We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edaec3b commit ceeea4bCopy full SHA for ceeea4b
rtl/axis_arb_mux.v
@@ -137,7 +137,7 @@ arb_inst (
137
);
138
139
assign request = s_axis_tvalid & ~grant;
140
-assign acknowledge = grant & s_axis_tvalid & s_axis_tready & s_axis_tlast;
+assign acknowledge = grant & s_axis_tvalid & s_axis_tready & (LAST_ENABLE ? s_axis_tlast : {S_COUNT{1'b1}});
141
142
always @* begin
143
// pass through selected packet data
0 commit comments