Skip to content

Commit

Permalink
including blowOff to axisReset
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Feb 28, 2024
1 parent 6eaa40a commit 98e7115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/batcher/rtl/AxiStreamBatcherAxil.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ begin
axiSlaveDefault(axilEp, v.axilWriteSlave, v.axilReadSlave, AXI_RESP_DECERR_C);

-- Outputs
axisReset <= axisRst or r.softRst;
axisReset <= axisRst or r.softRst or r.blowOff;
sAxisSlave.tReady <= sAxisSlaveTmp.tReady or r.blowOff;

-- Reset
Expand Down

0 comments on commit 98e7115

Please sign in to comment.