How to use FSDB under Modelsim 1 . Edit x:\Modelsim\Modelsim.ini veriuser = FULL_path_of_novas.dll FULL_path_of_novas.dll may look like c:\novas\debussy\share\pli\Modelsim_pli54\winnt\novas.dll if the above seeting doesn't work, you must set PLIOBJS
2. set the PLIOBJS system enviroment variable before running vsim. PLIOBJS = c:\novas\debussy\share\pli\Modelsim_pli54\winnt\novas.dll
3. In you testbentch. add the following text initial begin $fsdbDumpfile ("filename_you_want.fsdb"); $fsdbDumpvars; end
文章评论(0条评论)
登录后参与讨论