Forum Discussion
Altera_Forum
Honored Contributor
12 years agoDDR3 Micron simulation model in Modelsim
Hi, I'm trying to simulate the DDR3 along with Micron model in modelsim but no luck. I keep getting this error: # tb.sdramddr3_0.file_io_open: at time 0.0 ns warning: no +model_data option sp...
Altera_Forum
Honored Contributor
10 years agoOn modelsim's vsim line, you must specify the <folder> that you are going to use for files which are going to store the data that you are writing to DDR3. Following is an example: vsim -novopt +model_data+ddr3_tmp -t ps -L work -L work_lib <rest of your libraties> <testbench_file>.