Fix part-select range

This commit is contained in:
Alex Forencich 2019-10-01 22:00:03 -07:00
parent 295b6a507e
commit 1b98af9364

View File

@ -642,7 +642,7 @@ always @* begin
end
m_axis_cc_tuser_int[0] = 1'b0; // discontinue
m_axis_cc_tuser_int[33:1] = 32'd0; // parity
m_axis_cc_tuser_int[32:1] = 32'd0; // parity
// AXI read response processing and TLP generation
case (tlp_state_reg)