mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 00:48:40 -08:00
lss: Extract UART data width setting from interface
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -39,9 +39,7 @@ logic rx_frame_error;
|
||||
|
||||
logic [15:0] prescale;
|
||||
|
||||
taxi_uart #(
|
||||
.DATA_W(DATA_W)
|
||||
)
|
||||
taxi_uart
|
||||
uut (
|
||||
.clk(clk),
|
||||
.rst(rst),
|
||||
|
||||
Reference in New Issue
Block a user