Clean up
This commit is contained in:
@@ -309,8 +309,6 @@ ip_arb_mux_wrapper #(
|
||||
.m_ip (ntw_tx_ip)
|
||||
);
|
||||
|
||||
axil_intf dummy();
|
||||
|
||||
tcp #(
|
||||
.NUM_TCP(NUM_TCP)
|
||||
) tcp (
|
||||
|
||||
@@ -88,7 +88,7 @@ always_comb begin
|
||||
endcase
|
||||
|
||||
if (m_ip.ip_payload_axis_tready) begin
|
||||
counter_next <= counter + 1;
|
||||
counter_next = counter + 1;
|
||||
|
||||
if (m_ip.ip_payload_axis_tlast) begin
|
||||
state_next = IDLE;
|
||||
|
||||
@@ -68,7 +68,7 @@ always_comb begin
|
||||
end
|
||||
|
||||
SYN_SENT: begin
|
||||
$display("SYN_SENT not implemented");
|
||||
// $display("SYN_SENT not implemented");
|
||||
end
|
||||
endcase
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user