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 clould365

  1. C

    where is the VHDL file_open() function's prototype in STD.textio

    I find a question. IN my vhdl file , I used file_open function and added" use STD.TEXTIO.all "to the vhd file. SO, I think the prototype of file_open should in textio.vhd. I opened the file in my modelsim path. However, to my surprise, it doesn't contain file_open function ! what's the reason ?
  2. C

    readhat modelsim debussy( VHDL can't use function fsdbDumpfile)

    I have find the way , we should find a novas_fli.so file for modelsim. it is in debussy path and we should move it to the path you need
  3. C

    readhat modelsim debussy( VHDL can't use function fsdbDumpfile)

    Hi, I am trying to debug VHDL using debussy(Red Hat OS). As you know, debussy's nWave needs a *.fsdb file. But , I can't find the right way to generate *.fsdb file using Modelsim. I searched the Internet and added process begin fsdbDumpfile("counter.fsdb"); fsdbDumpvars(0...
  4. C

    why the same division has different result?

    Sorry ,I know my fault,so stupid I am
  5. C

    why the same division has different result?

    There are two different expression 1.reg baud_rate=3; wire [15:0] one_bit_clock_nums; assign one_bit_clock_nums =2083/(2^baud_rate); 2.assign one_bit_clock_nums =2083/8; In ModelSim, the result are 1.2083 2.260 what's the reason? BTW,Is division Synthesizable?

Part and Inventory Search

Back
Top