mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fix tap operator for OR
This commit is contained in:
parent
07f010fb82
commit
8485125b50
@ -82,7 +82,7 @@ module tap (
|
||||
|
||||
always @(negedge tck) begin
|
||||
resetn <= ~(State == TLReset);
|
||||
tdo_en <= State == ShiftIR || State == ShiftDR;
|
||||
tdo_en <= State == ShiftIR | State == ShiftDR;
|
||||
captureIR <= State == CaptureIR;
|
||||
updateIR <= State == UpdateIR;
|
||||
shiftDR <= State == ShiftDR;
|
||||
|
Loading…
Reference in New Issue
Block a user