uncore cleanup

This commit is contained in:
David Harris 2023-01-14 17:09:11 -08:00
parent b302f66baf
commit 16ff590a8c

View File

@ -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