forked from tanchou/Verilog
FPGA_ESP32_WIFI_Fonctionnel 3MB
This commit is contained in:
@@ -52,7 +52,7 @@ module rxuartlite #(
|
||||
`ifdef FORMAL
|
||||
parameter [(TIMER_BITS-1):0] CLOCKS_PER_BAUD = 16, // Necessary for formal proof
|
||||
`else
|
||||
parameter [(TIMER_BITS-1):0] CLOCKS_PER_BAUD = 234, // 115200 Baud at 100MHz
|
||||
parameter [(TIMER_BITS-1):0] CLOCKS_PER_BAUD = 234, // 115200 Baud at 27MHz
|
||||
`endif
|
||||
localparam TB = TIMER_BITS,
|
||||
//
|
||||
|
Reference in New Issue
Block a user