Altera_Forum
Honored Contributor
11 years agoHow to make a rtl simulation of design using megafunctions
Hi, I am simulating with "ModelSim SE-64 10.2a" a design made in "Quartus II 64-bit 13.1.0" for a stratix V device
The design includes some Altera megafunctions generated with megafuncion wizard as scfifo, lpm_mux, lpm_compare and some other stuff . The design was being simulated in gate-level mode sucessfully, a big .who file with all blocks was generated in the gate_work directory and the simulation goes fine. Now I need to include my design in a global project which is being simulated in rtl mode. The problem I have found is that when I try to simulate my project in rtl mode only lpm_mux and lpm_compare blocks are generated, neither the scfifo nor the other blocks I have in the design are compiled. (How) can I perform the rtl simulation of a megafunciton as scfifo?