summaryrefslogtreecommitdiff
path: root/hdl/top.sv
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-05-08 17:21:39 -0700
committerJulian Blake Kongslie2022-05-08 17:21:39 -0700
commit6c2aefd00f4a66215c42ef912b35708d465f5312 (patch)
tree9eb43b907c275b087322896c9937ddec345a7186 /hdl/top.sv
parentDemand that CTS is asserted for multiple symbol periods before transmit. (diff)
downloadmultipdp8-6c2aefd00f4a66215c42ef912b35708d465f5312.tar.xz
Make the calculation for OVERSAMPLE more explicit.
Diffstat (limited to 'hdl/top.sv')
-rw-r--r--hdl/top.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/top.sv b/hdl/top.sv
index 6512185..a58ff0e 100644
--- a/hdl/top.sv
+++ b/hdl/top.sv
@@ -97,7 +97,7 @@ module top
97 97
98 rs232_rx 98 rs232_rx
99 #( .PARITY(1) 99 #( .PARITY(1)
100 , .OVERSAMPLE(433) 100 , .OVERSAMPLE((50_000_000 / 115200)-1)
101 ) wirerx 101 ) wirerx
102 ( .clock(rs232_rx_clock) 102 ( .clock(rs232_rx_clock)
103 , .reset(internal_reset) 103 , .reset(internal_reset)