diff options
| author | Julian Blake Kongslie | 2022-05-15 15:53:03 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-05-15 15:53:03 -0700 |
| commit | 734b6ffb61cf97aeb4e23202ccf9a3027c41e752 (patch) | |
| tree | bb46b24ab7ba6c04e65735411e872054a8ddef88 /hdl/top.sv | |
| parent | Only phase shift the RS232 tx clock when we are between bytes. (diff) | |
| download | multipdp8-734b6ffb61cf97aeb4e23202ccf9a3027c41e752.tar.xz | |
Change to 1Mbaud RS232
Diffstat (limited to '')
| -rw-r--r-- | hdl/top.sv | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -101,7 +101,7 @@ module top | |||
| 101 | 101 | ||
| 102 | rs232_rx | 102 | rs232_rx |
| 103 | #( .PARITY(1) | 103 | #( .PARITY(1) |
| 104 | , .OVERSAMPLE((50_000_000 / 115200)-1) | 104 | , .OVERSAMPLE((50_000_000 / 1_000_000)-1) |
| 105 | ) wirerx | 105 | ) wirerx |
| 106 | ( .clock(rs232_rx_clock) | 106 | ( .clock(rs232_rx_clock) |
| 107 | , .reset(internal_reset) | 107 | , .reset(internal_reset) |
