Skip to content

Commit 0cfbfb7

Browse files
committed
entdaa: get back to idle on error
1 parent 497f00c commit 0cfbfb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ctrl/ccc_entdaa.sv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ module ccc_entdaa
157157
state_d = Idle;
158158
end
159159
Error: begin
160-
// we wait here until we receive Stop
160+
// go back to idle and wait for next addressing round
161+
state_d = Idle;
161162
end
162163
default: begin
163164
end

0 commit comments

Comments
 (0)