Altera_Forum
Honored Contributor
11 years agoAltera_mf library in Modelsim-Altera Starter Edition - Error: (vsim-3033)
I've got a problem with ROM memory simulation in Modelsim-Altera Starter Edition. I tried to find a solution for hours, but still nothing works...
I'm using: -Cyclone III family device; -Quartus II 13.1; -ModelSim ALTERA STARTER EDITION 10.1d … and typical error:# ** Error: (vsim-3033) Instantiation of 'altsyncram' failed. Thedesign unit was not found. So this is my whole process of simulation: In Quartus: Tools=> Run simulation tool => RTL Simulation Modelsim is opening... There is a Library Tab, with all libraries (including altera_mf) and "work" folder. I also compile my TestBench file with basic input values,waveforms etc. Then I start a simulation and this error apears. I also tried to compile file ...\Altera\13.1\quartus\eda\sim_lib\altera_mf.v There was no error, but then my waveforms doesn't works. Any ideas? I also tried to use some commands like: --- Quote Start --- vlib altera_mf vmap altera_mf ./altera_mf --- Quote End --- ...but it doesn't work. If that's important – language of my EDA Simulatin Tool in Quartus, is set to verilog. Thank you for all replies :)