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.

Modelsim simulation of System generator design

Status
Not open for further replies.

spman

Advanced Member level 4
Full Member level 1
Joined
Aug 15, 2010
Messages
113
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Visit site
Activity points
2,061
Hello

I have a problem with modelsim simulation of a System generator design. I do vcom.do and vsim.do and simulation runs successfully. But I can't find signals of the design in object window. I want to view them in the waveform window. But object window is empty!
I have this problem with all designs created by system generator!
Thanks in advance
 

it could be that the design was compiled with optimisations on, causing the signals to be invisible.
Check the .do file and look for the vcom/vlog (vhdl or verilog compile commands) next to file you want the signals for, and add the option -novopts
 
  • Like
Reactions: spman

    spman

    Points: 2
    Helpful Answer Positive Rating
Please use the +acc option on vcom/vlog/vopt to get access to signals you need, not the -novopt option, which globally turns of all optimizations.
 
  • Like
Reactions: spman

    spman

    Points: 2
    Helpful Answer Positive Rating
Thanks to all
The signals were appeared by using the option -novopts with vsim command (not vlog). Could you please explain how to use +acc option? I couldnt find any useful instructions about it in the modelsim help.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top