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 agoAs i see there is some misunderstanding on my part during simulation megafunctions...
i tried to find the answer in http://www.altera.com/literature/hb/qts/qts_qii53001.pdf http://www.altera.com/literature/hb/qts/qts_qii53025.pdf but there is still some misunderstandind is it correct sequence of operations to sim projects with altera mf? 1. create QII proj 2. create megafunction 3. compile proj 4. open modelsim 5. create modelsim proj 6. add to proj megafunction wizard generated file 6. create hdl file where mf used 7. add through file properties to mf file library file (C:\Altera\11.1sp1\modelsim_ase\altera\verilog\src\altera_mf) 8. compile 9. simulate in this way it works... is it correct??