From: Jean THOMAS Date: Fri, 10 Jul 2020 11:03:49 +0000 (+0200) Subject: Add POR start/end logging in simsoc testbench X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acc0d914ca4271d7ac978116dd1ac185ab986c27;p=gram.git Add POR start/end logging in simsoc testbench --- diff --git a/gram/simulation/simsoctb.v b/gram/simulation/simsoctb.v index 4c1cabf..9849845 100644 --- a/gram/simulation/simsoctb.v +++ b/gram/simulation/simsoctb.v @@ -112,7 +112,9 @@ module simsoctb; initial begin uart_rx <= 1'b1; + $display("[%t] Starting POR",$time); #700000; // POR is ~700us + $display("[%t] POR complete",$time); // Software control wishbone_write(32'h00009000 >> 2, 8'h0E); // DFII_CONTROL_ODT|DFII_CONTROL_RESET_N|DFI_CONTROL_CKE