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 venkatesankalidass

  1. V

    Simulating bitstream/analog output?

    It sounds like what you're trying to do is simple file i/o and that is supported directly by the verilog and vhdl languages. You just need to setup a testbench that reads the input file and applies it to a top-level pin of your design. To capture the data you're interested in your testbench...
  2. V

    difference between CAN Transceiver and CAN controller

    Re: CAN Difference ???????? Hi kani , CAN controller defines the Protocal and CAN Transciver is media is used to transfer and recive values
  3. V

    counter VHDL PAR problem

    address counter vhdl Hi vinodkumar , i the above code , the first is if(clock='1' and clock'event)then ur trying to impement sync counter , so don't put reset and counter in the sencitivity list Regards venkatesan
  4. V

    Using MIG design for virtex4 DDR2 SDRAM

    ddr2 sdram module virtex4 Hi yasamin , i am also got the same but in virtex-5, the problem is in the memory code (micron memory core ) and there is no problem in RTL genearted by MIG so don't worry try the same procedure with cypress memory you will get the signal...
  5. V

    Microcontroller FPGA for a beginner

    Re: Microcontroller FPGA Hai siongboon, go to the link given belowlearn about the basics of fpga https://www.altera.com/servlets/searchcourse?num=103&start=0&total=103&forwardto=coursecatalog&showall=1
  6. V

    What's the difference between LVCMOS, LVTTL and LVDS?

    lvcmos lvttl see this Voltage Levels Description: Comparison of Input and Output [I/O] logic switching levels for the CMOS, TTL, mixed CMOS/TTL, ETL, BTL, GTL, and Low voltage glue logic families. The graph above provides a comparison between the Input and Output [I/O] logic switching...
  7. V

    4*4 keypad and 20*4 LCD display

    4 *4 keypad for what purpose u need this
  8. V

    warning message while simulating

    vsim-wlf-5000 hi kani, which simulator ur using and if possible send the code me i will try to solve
  9. V

    VHDL- Behaviour & Dataflow

    hi , in Behaviour level, process keyword is present in dataflow level , concurrent statement (<=) is present and if both are present it is mixed level model
  10. V

    Looking for a VHDL code for pulse generator

    Re: vhdl code process begin clk <= '1' ; wait for 500000 ns ; clk <= '0' ; wait for 500000 ns ; end process ; this code will generate thew clock of 1kHz any dbout give your mail id
  11. V

    HI All help me please

    dear all , now currently work with ACTEL FPGA for i am using ACTEL IDE tool in this design i have one problem while i simulate and synthesis ERROR: Mismatch between the portlist of the...
  12. V

    what is diff between Block based STA and path based STA

    dear all , in the figure what is diff between Block based STA and path based STA i have interview on monday please help me regards venkatesan.K
  13. V

    FATAL ERROR : NetlListWriters:Nlw_NetlistWriter.c:954:1.17.1

    dear all , i done project on PICO-processor using SPARTAN-3E it sythesis but while doing post-sythesis simulation it show error like below FATAL ERROR : NetlListWriters:Nlw_NetlistWriter.c:954:1.117.10.1 please any one help me very urgent thanks all
  14. V

    Three questions about the vhdl, please help

    Re: vhdl help can u please tell me how to use a package in the vhdl ? for this do the library declaration and then creat package by using this "use work.packagename.all ; use in your design and how to write function that return more than one output...

Part and Inventory Search

Back
Top