diff options
| author | Julian Blake Kongslie | 2022-05-08 17:21:39 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-05-08 17:21:39 -0700 |
| commit | 6c2aefd00f4a66215c42ef912b35708d465f5312 (patch) | |
| tree | 9eb43b907c275b087322896c9937ddec345a7186 | |
| parent | Demand that CTS is asserted for multiple symbol periods before transmit. (diff) | |
| download | multipdp8-6c2aefd00f4a66215c42ef912b35708d465f5312.tar.xz | |
Make the calculation for OVERSAMPLE more explicit.
Diffstat (limited to '')
| -rw-r--r-- | hdl/top.sv | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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) |
