From 734b6ffb61cf97aeb4e23202ccf9a3027c41e752 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 15 May 2022 15:53:03 -0700 Subject: Change to 1Mbaud RS232 --- hdl/top.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdl/top.sv') diff --git a/hdl/top.sv b/hdl/top.sv index d7e6acc..76c4d4d 100644 --- a/hdl/top.sv +++ b/hdl/top.sv @@ -101,7 +101,7 @@ module top rs232_rx #( .PARITY(1) - , .OVERSAMPLE((50_000_000 / 115200)-1) + , .OVERSAMPLE((50_000_000 / 1_000_000)-1) ) wirerx ( .clock(rs232_rx_clock) , .reset(internal_reset) -- cgit v1.2.3