rtl: debug: fix latch

Signed-off-by: liangkangnan <liangkangnan@163.com>
pull/1/head
liangkangnan 2020-09-20 22:18:58 +08:00
parent 29623c8d2a
commit 633a1d0b15
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@ module jtag_dm #(
state_next = STATE_RESP;
end
end
default: begin
state_next = STATE_IDLE;
end
endcase
end