1
0
forked from tanchou/Verilog

Enhance ultrasonic_fpga module: add comment to clarify FSM behavior in the Verilog file

This commit is contained in:
Gamenight77
2025-04-22 14:40:12 +02:00
parent 2be0cb20f6
commit 5f3568ff9b

View File

@@ -34,7 +34,7 @@ module ultrasonic_fpga #(
reg [31:0] wait_counter;
always @(posedge clk) begin
always @(posedge clk) begin // FSM
case (state)
IDLE: begin