Set DRAM's CK_N to low
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 29 Jun 2020 12:29:51 +0000 (14:29 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 29 Jun 2020 12:29:51 +0000 (14:29 +0200)
gram/simulation/simsoctb.v

index f17737c00c21b9fbed8e2c8baad45cbd263bd001..0dbe61be01ca40149b61645ed379f3638033038f 100644 (file)
@@ -48,7 +48,7 @@ module simsoctb;
   ddr3 ram_chip (
     .rst_n(1'b1),
     .ck(dram_ck),
-    .ck_n(dram_ck_n),
+    .ck_n(1'b0),
     .cke(dram_cke),
     .cs_n(1'b0),
     .ras_n(dram_ras_n),