Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Ayyappa Gollu

  1. A

    16x4 memory using behavioral model

    thanks for help, ay way i got the output. - - - Updated - - - i was quite nervous on that day thats why i had to post.
  2. A

    digital voltmeter using 8051 microcontroller

    what is the code(c program file for creating hex file) for the digital voltmeter using 8051. here are the major components we have used, 1.ADC0804 2.AT89S52 3.LCD(16X2) 8 bit output from adc and range of vin is 0-5v(where vref/2 left unconnected)
  3. A

    16x4 memory using behavioral model

    what is the code for 16x4 memory with chip enable,read,write,address,d_in as inputs and d_out as the output? can anybody help? i have an exam tomorrow
  4. A

    architecture for 4 bit ripple couner using structural model.

    first of all this is not for entertainment and i got this error while checking syntax with xilinx.i'm happy to inform you that i came to know about my errors which were, 1.for signal a both mode and type were wrong in my code.i had typed a:out std_logic_vector(o to 3) which should be like...
  5. A

    architecture for 4 bit ripple couner using structural model.

    ///////////////////////////////////////////////////////////// structural code: library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity ripple_counter_4bit is Port ( count : in STD_LOGIC; reset : in STD_LOGIC; a...

Part and Inventory Search

Back
Top