forked from tanchou/Verilog
Fix formatting and update LED assignment in top_uart_ultrason_command module
This commit is contained in:
@@ -66,7 +66,8 @@ module top_uart_ultrason_command (
|
||||
|
||||
always @(posedge clk) begin
|
||||
|
||||
leds [4] <= tx;
|
||||
leds [4] <= data_available;
|
||||
|
||||
case (rx_state)
|
||||
IDLE: begin
|
||||
leds [5] <= 0;
|
||||
|
Reference in New Issue
Block a user