Skip to content

Commit

Permalink
removed the ILA from roce_stack.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianheer committed Sep 30, 2024
1 parent ce9a114 commit d9ea04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/hdl/network/rdma/roce_stack.sv
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ assign rdma_wr_req.ready = m_rdma_wr_req.ready;
//


ila_rdma inst_ila_rdma (
/* ila_rdma inst_ila_rdma (
.clk(nclk),
.probe0(s_rdma_sq.valid),
Expand Down Expand Up @@ -261,7 +261,7 @@ ila_rdma inst_ila_rdma (
.probe34(s_rdma_conn_interface.valid),
.probe35(s_rdma_conn_interface.ready),
.probe36(rdma_rd_req.data), // 128
);
); */


metaIntf #(.STYPE(logic[103:0])) m_axis_dbg_0 ();
Expand Down

0 comments on commit d9ea04a

Please sign in to comment.