From 904480682fd8a1e777e7cc82464c1f6ca5f2fb2b Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Mon, 29 Jun 2020 14:29:51 +0200 Subject: [PATCH] Set DRAM's CK_N to low --- gram/simulation/simsoctb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gram/simulation/simsoctb.v b/gram/simulation/simsoctb.v index f17737c..0dbe61b 100644 --- a/gram/simulation/simsoctb.v +++ b/gram/simulation/simsoctb.v @@ -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), -- 2.30.2