Remove redundant code

This commit is contained in:
Alex Forencich 2019-09-29 12:57:48 -07:00
parent 836246ec4d
commit 7197e17445

View File

@ -1055,7 +1055,6 @@ always @* begin
tlp_state_next = TLP_STATE_TRANSFER;
end else if (op_count_reg != 0) begin
// current transfer done, but operation not finished yet
m_axi_awaddr_next = axi_addr_reg;
// keep offset, no bubble cycles, not first cycle
bubble_cycle_next = 1'b0;