From 1719be568e56579756a2c665962b4befdf946866 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Thu, 2 Jul 2020 13:18:11 +0200 Subject: [PATCH] Add missing command issue strobe for ZQ calibration --- gram/simulation/simsoctb.v | 1 + 1 file changed, 1 insertion(+) diff --git a/gram/simulation/simsoctb.v b/gram/simulation/simsoctb.v index a427c23..a8d3c8d 100644 --- a/gram/simulation/simsoctb.v +++ b/gram/simulation/simsoctb.v @@ -153,6 +153,7 @@ module simsoctb; wishbone_write(32'h0000900c >> 2, 32'h400); // p0 address wishbone_write(32'h00009010 >> 2, 32'h0); // p0 baddress wishbone_write(32'h00009004 >> 2, 8'h03); // WE|CS + wishbone_write(32'h00009008 >> 2, 8'h01); // Command issue strobe #2000; // Hardware control -- 2.30.2