parent
29623c8d2a
commit
633a1d0b15
|
@ -144,6 +144,9 @@ module jtag_dm #(
|
|||
state_next = STATE_RESP;
|
||||
end
|
||||
end
|
||||
default: begin
|
||||
state_next = STATE_IDLE;
|
||||
end
|
||||
endcase
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue