From: Jean THOMAS Date: Mon, 29 Jun 2020 12:29:51 +0000 (+0200) Subject: Set DRAM's CK_N to low X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=904480682fd8a1e777e7cc82464c1f6ca5f2fb2b;p=gram.git Set DRAM's CK_N to low --- 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),