Forum Discussion
Altera_Forum
Honored Contributor
14 years agoerror using Altera FIFO megafunction
Hello. i've configured FIFO megafunc in such way as on img1 then i've tried to test its operating in such way
module incomingCMD ();
tri0 FULL, EMPTY, CLR, Q;
tri0 CMD;...
Altera_Forum
Honored Contributor
14 years agoThe reason is ModelSim can't find or open "entity SCFIFO" from library altera_mf.
vsim rtl_work.fifo1
# vsim rtl_work.fifo1
# Loading rtl_work.fifo1
# ** Error: (vsim-3033) C:/StoreDev/Altera/incDevFIRBUp4_FIFO/fifo1.v(79): Instantiation of 'scfifo' failed. The design unit was not found.
# Region: /fifo1
# Searched libraries:
# C:\StoreDev\Altera\incDevFIRBUp4_FIFO\simulation\modelsim\rtl_work
# Error loading design
I'm using ModelSim Starter 10c and QII 11.1. According to version.txt they are compatible, but i still have a problem... How can i directly put a link to "entity SCFIFO" in ModelSim