Forum Discussion
Okay,
Please read msim_setup.tcl file. Your design testfpga is having two IP we have to use both msim_setup.tcl and create a simple script like below and use.
in msim_setup.tcl add under Elaborate session add => -L dual_boot_0 -L onchip_flash_0
Commands which i ran in modelsim
source C:/Users/anandr1x/Downloads/testfpga/dual_cfg_ip/simulation/mentor/msim_setup.tcl
source C:/Users/anandr1x/Downloads/testfpga/flash_ip/simulation/mentor/msim_setup.tcl
vlog C:/Users/anandr1x/Downloads/testfpga/testbench.v
vlog C:/Users/anandr1x/Downloads/testfpga/testfpga.v
set TOP_LEVEL_NAME testbench
com
elab
Regards
Anand
- KLohr6 years ago
Occasional Contributor
Please send me your msim_setup.tcl file. My testrun.do already has the -L dual_boot_0 and -L onchip_flash_0 in the vsim command. But they are not found I don't understand why this is so complicated. Why isn't my modelsim-Altera edition working like yours? Why did I have to explicitly instantiate the fiftyfivenm_ver lib? This is very frustrating. Kermit- AnandRaj_S_Intel6 years ago
Regular Contributor
Hi,
steps & Compiling library is important.
PFA.
Now you extract the file and use the commands from above post copy and past and hit enter.Do change source to appropriate directory.
Regards
Anand