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 agoi normally use NativeLink to generate a sim script and edit to taste, but your steps sound more involved than necessary
either try NativeLink or try to just vlog your design files and test bench then run vsim. the fifo should reference the altera_mf library on its own