From bb1a62296fc66375b750dc71b2f09af3340c7716 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Mon, 27 Jul 2020 14:17:36 +0200 Subject: [PATCH] Remove reference to UART --- gram/simulation/simsoctb.v | 1 - 1 file changed, 1 deletion(-) diff --git a/gram/simulation/simsoctb.v b/gram/simulation/simsoctb.v index 4d7ce64..3f91c0f 100644 --- a/gram/simulation/simsoctb.v +++ b/gram/simulation/simsoctb.v @@ -137,7 +137,6 @@ module simsoctb; reg [31:0] tmp; initial begin - uart_rx <= 1'b1; dram_rst = 1; #350; // Wait for RESET and POR -- 2.30.2