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
- 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