1
0
forked from tanchou/Verilog

Fix formatting and update LED assignment in top_uart_ultrason_command module

This commit is contained in:
Gamenight77
2025-05-12 20:40:21 +02:00
parent 2cb68ce0d1
commit cca81f4db5

View File

@@ -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;