Skip to content
Snippets Groups Projects
Commit 34014215 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

set MEM_TRCD=6 to avoid timing error message in simulation.

parent cb48c6e0
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ BEGIN ...@@ -71,7 +71,7 @@ BEGIN
MEM_IF_DQ_WIDTH => g_tech_ddr.dq_w, MEM_IF_DQ_WIDTH => g_tech_ddr.dq_w,
MEM_MIRROR_ADDRESSING_DEC => 0, MEM_MIRROR_ADDRESSING_DEC => 0,
MEM_TRTP => 8, MEM_TRTP => 8,
MEM_TRCD => 8, MEM_TRCD => 6,
MEM_DQS_TO_CLK_CAPTURE_DELAY => 100, MEM_DQS_TO_CLK_CAPTURE_DELAY => 100,
MEM_CLK_TO_DQS_CAPTURE_DELAY => 100000, MEM_CLK_TO_DQS_CAPTURE_DELAY => 100000,
MEM_REGDIMM_ENABLED => 0, MEM_REGDIMM_ENABLED => 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment