Forum Discussion
Altera_Forum
Honored Contributor
9 years agoIf you're using a BDF, it will need to first convert the .bdf file to an HDL before you can run it in Modelsim. You will need to check if the generated HDL actually contains any reference to the .mif file. Qsim simulates the compiled design (ie a netlist) whereas Modelsim simulates the HDL. For the HDL to include the .mif file, you need to be instantiating the memory core from the altera library.