Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- There's a file (.vho) automatically created in the simulation/modelsim folder that contains an auto generated code of my test bench with instantiation of altsyncram, i think ModelSim uses this file. :( --- Quote End --- The .vho file is a gate level netlist generated by Quartus. I believe Modelsim will use your original source files (.vhd) unless you explicity compile the .vho file for simulation. Your original post stated "ModelSim RTL simulation" i.e. not gatelevel. Are you 100% certain that you are not using the RTL level .vhd compiled files in your modelsim simulation? If you are using the .vhd then modelsim will infer it's own memory structures.