Forum Discussion
GuaBin_N_Intel
Contributor
7 years agoTo run the simulation, you have to add library model for that specific family device, ie twentynm library for your case. Find and include necessary precompiled libraries for modelsim in here /quartus/eda/sim_lib/ . My advice is to use nativelink flow to set up the simulation environment for your project. It has self-generated script and is more easier way than manually adding those libraries. Refer to link https://www.intel.com/content/www/us/en/programmable/documentation/gtt1529956823942.html to understand its flow.
DFabb1
New Contributor
7 years agoThanks for the info. I had created and compiled all the libraries manually. Did not know about the native link flow. Anyway I did create all the libraries correctly but my issue turned out to be a missing –L altera_lnsim in my vsim command. Next time I’ll have the tools do the heavy lifting for me.