forked from tanchou/Verilog
loopback fonctionne avec le rxuartlite
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 = 868, // 115200 Baud at 100MHz
|
||||
parameter [(TIMER_BITS-1):0] CLOCKS_PER_BAUD = 234, // 115200 Baud at 100MHz
|
||||
`endif
|
||||
localparam TB = TIMER_BITS,
|
||||
//
|
||||
@@ -75,7 +75,7 @@ module rxuartlite #(
|
||||
// {{{
|
||||
input wire i_clk, i_reset,
|
||||
input wire i_uart_rx,
|
||||
output reg o_wr,
|
||||
output reg o_wr,
|
||||
output reg [7:0] o_data
|
||||
// }}}
|
||||
);
|
||||
|
Reference in New Issue
Block a user