From a4c753635e63c50a90959f23989a82ee52bc38be Mon Sep 17 00:00:00 2001 From: David Harris Date: Sat, 14 Jan 2023 17:09:11 -0800 Subject: [PATCH] uncore cleanup --- pipelined/src/uncore/uartPC16550D.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/src/uncore/uartPC16550D.sv b/pipelined/src/uncore/uartPC16550D.sv index 3825c0872..d629368f0 100644 --- a/pipelined/src/uncore/uartPC16550D.sv +++ b/pipelined/src/uncore/uartPC16550D.sv @@ -38,7 +38,7 @@ module uartPC16550D( // Processor Interface - input logic CLK, PRESETn, // UART clock and active low reset + input logic PCLK, PRESETn, // UART clock and active low reset input logic [2:0] A, // address input (8 registers) input logic [7:0] Din, // 8-bit WriteData output logic [7:0] Dout, // 8-bit ReadData