forked from tanchou/Verilog
Fix build script and update state machine in UART loopback module
This commit is contained in:
@@ -53,6 +53,7 @@ module ultrasonic_fpga #(
|
||||
|
||||
case (state)
|
||||
IDLE: begin
|
||||
done <= 1;
|
||||
sig_out <= 0;
|
||||
sig_dir <= 0;
|
||||
distance <= 0;
|
||||
|
Reference in New Issue
Block a user