forked from tanchou/Verilog
Fix build script and update state machine in UART loopback module
This commit is contained in:
@@ -56,7 +56,7 @@ module top_uart_ultrason (
|
||||
SEND_LOW: begin
|
||||
wr_en <= 1;
|
||||
wr_data <= distance[7:0]; // Octet LSB
|
||||
state <= IDLE;
|
||||
state <= SEND_HIGH;
|
||||
end
|
||||
|
||||
SEND_HIGH: begin
|
||||
|
Reference in New Issue
Block a user