Forum Discussion
Altera_Forum
Honored Contributor
18 years agosimulate DDR2 controller with Micron DDR2 Model
I generated DDR2 controller in QuartusII for MT47H64M16BT-37E (This DDR2 simulation model was downloaded from Micron). However in the modelsim simulation, it failed with the following message: ...
Altera_Forum
Honored Contributor
18 years agoSorry, just wanna update my simulation progress!
I modified the test bench (example_top_tb.vhd) that is provided together with the DDR2 controller, by setting "reset_n" signal low at the beginning 12 clock cycles (previously, it was high for 6 clock cycles, followed by 6 clock cycles' low, then back to high afterwards). The simulation passed without previous ERROR on "Load Mode Failure". However, the results showed a lot of timing violation problems, for example: ERROR: tRFC violation during Write. ERROR: tCK(avg) minimum violation by 6.000000 ps. ERROR: tRP violation during Activate to bank 4. ... ... How could I avoid these violations? Thanks, Xin