summaryrefslogtreecommitdiff
path: root/hdl/rs232.sv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hdl/rs232.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/rs232.sv b/hdl/rs232.sv
index 2a31e31..29ccb6c 100644
--- a/hdl/rs232.sv
+++ b/hdl/rs232.sv
@@ -136,7 +136,7 @@ module rs232_rx
136 bit [$clog2(`UART_BYTE_BITS):0] data_bits; 136 bit [$clog2(`UART_BYTE_BITS):0] data_bits;
137 bit parity; 137 bit parity;
138 138
139 bit [$clog2(OVERSAMPLE+1)+2:0] sample; 139 bit [$clog2(OVERSAMPLE+1):0] sample;
140 bit [$clog2(OVERSAMPLE+1):0] clock_counter; 140 bit [$clog2(OVERSAMPLE+1):0] clock_counter;
141 bit [$clog2(OVERSAMPLE+1):0] next_clock_counter; 141 bit [$clog2(OVERSAMPLE+1):0] next_clock_counter;
142 142