fixed: uart module and simulation-only signals handling
This commit is contained in:
@@ -28,7 +28,7 @@ module uart_tx (
|
||||
);
|
||||
|
||||
// 12e6 / 115200 = 104 ciclos
|
||||
localparam CLKS_PER_BIT = 104; // 104;
|
||||
localparam CLKS_PER_BIT = 868; // 104;
|
||||
|
||||
localparam S_IDLE = 2'b00;
|
||||
localparam S_START = 2'b01;
|
||||
|
||||
Reference in New Issue
Block a user