Forum Discussion
guenaule
New Contributor
3 years agoASMI P2 model simulation
hi,
i have a trouble when i want to simulate model ASMI P2
my version version modelsim is 2020.4
and quartus is 20.1
on windows10 , the problem with vsim is :
vsim -L work_lib -L avst_fi...
Ash_R_Altera
Regular Contributor
3 years agoHi,
I see that currently the simulator is trying to optimize the design. Can you try adding -novopt to the vsim command and try?
vsim -novopt -L work_lib -L avst_fifo -L asmi2_qspi_interface_0............
Regards