Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Modelsim SE code coverage error

Altera_Forum
Honored Contributor II
2,267 Views

Hi all. 

 

I use modelsim SE 10.4c (not Altera edition). 

I have a problem when use code coverage mode. Below i descript the problem: 

 

I compile (using .do file) lot of sources: 

vlog -work $prjworklib -novopt -lint -cover bcsxf +incdir+$incdir+$rtldir $rtldir/preprocess/filter/filter_mult.v ... ... 

 

After this, i run the simulation from Modelsim console (using .do file): 

vsim -L altera_mf -coverage $prjsimlib/work.tb quietly WaveActivateNextPane {} 0 add wave -noupdate -divider {system} add wave -noupdate -format Logic -radix unsigned {/tb/reset} add wave -noupdate -format Logic -radix unsigned {/tb/sys_clk} ... ... TreeUpdate update run -all  

 

Next, in modelsim i got coverage reports with some coverage results. 

 

The problem: 

When i try to open coveraged file using double click on non-coveraged code section or using file--open menu (see screenshot) - modelsim cannot open the file and i get error numeric coverage display disabled

 

 

 

 

http://electronix.ru/forum/style_images/1/img-resized.png Уменьшено до 77% 

http://electronix.ru/forum/uploads/monthly_03_2016/post-1437-1458625293_thumb.png (http://electronix.ru/forum/index.php?act=attach&type=post&id=99559) 1363 x 766 (129.53 килобайт) 

 

 

 

 

 

 

 

 

Please help me to solve it. 

Thanks! :)
0 Kudos
0 Replies
Reply