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 Agent006

  1. A

    How to learn tcl-scripting?

    ramdebugger tutorial Hope this helps
  2. A

    Any screen capture tools to capture my waveform ?

    If you use ModelSim software..it has a built in feature that prints the wave file into postscripts...See if your simulator also supports something like this
  3. A

    Any screen capture tools to capture my waveform ?

    Also the Corel software suite comes with Core Capture which is really nice
  4. A

    Any screen capture tools to capture my waveform ?

    I have used SnagIt...It is a good software with 30 days limited trial. After that it appends its tag at the bottomn but still good
  5. A

    FPGA Synthesis Information

    Lots of Good Designs **broken link removed**
  6. A

    FPGA Synthesis Information

    Here you can fine VHDL syntactical details in an easy manner https://www.csee.umbc.edu/help/VHDL/stdpkg.html
  7. A

    FPGA Synthesis Information

    here is another useful one **broken link removed**
  8. A

    FPGA Synthesis Information

    vhdl_tutorial Thanks for the link
  9. A

    modelsim 5.6b in win200 sp3 - error

    It is a licensing problem. I remember once I have to play with registry to fix it.
  10. A

    Help me write a code for extraction of static ram

    LIBRARY ieee; USE ieee.std_logic_1164.ALL, IEEE.Std_logic_arith.all; ENTITY ram_nxm IS Generic(n: Positive:=3; m: Positive :=4); PORT(address : IN Unsigned(n-1 DOWNTO 0);--unsigned is one dimensional array of values of type std_logic i.e. they effectively are std_logic_vector...
  11. A

    Help me write a code for extraction of static ram

    Don't know why it didn't attached the file..however here it is again
  12. A

    Help me write a code for extraction of static ram

    I have synthesized this VHDL code for RAM in a Xilinx FPGA
  13. A

    Looking for books about practical VHDL design

    Sorry, I cannot decompress the files. it says that the pdf file is corrupt When I try to use the last file posted; it says that there are other files in the archive...that I don't have.
  14. A

    Floorplanning and Place n Route Information Required

    I couldn't get the link. Maybe you forgot.
  15. A

    Need Help in Selection of Topic

    Also I think there are many more dimensions that I haven't explored. I would be interested if someone points them out to me. Thanks.

Part and Inventory Search

Back
Top