Forum Discussion
GD76
Occasional Contributor
4 years agoaltsyncram file for Modelsim Simulation
In Platform Designer, I have dual port RAM. In Modelsim, I have the verilog Block RAM file. That file calls altsyncram. In simulation, I have test bench and the verilog block RAM file. Where do I fin...
ShengN_altera
Super Contributor
4 years agoHi GD76,
FYI,
Altsyncram module is in modelsim_ase/altera/verilog/altera_mf file.
Using vsim -L altera_mf_ver during simulation will do.
This command executes searching of altsyncram module in altera_mf library.
Best regards,
Sheng
p/s: If any answer from the community or Intel support are helpful, please feel free to give Kudos.