Skip to content

Commit 0bb3fbc

Browse files
committed
remove ila instances
1 parent 2b11659 commit 0bb3fbc

2 files changed

Lines changed: 15 additions & 16 deletions

File tree

boards/kc705/rtl/eth_decap/eth_decap_core.sv

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -333,24 +333,21 @@ wire _unused_ok = &{
333333
};
334334

335335
`ifdef zero
336-
ila_0 ila_00 (
336+
ila_0 ila_0_ins (
337337
.clk(eth_clk),
338338
.probe0(rx_state), // 4
339-
.probe1(wr_en),
340-
.probe2(full),
341-
.probe3(fifo_cmd_i_wr_en),
342-
.probe4(fifo_cmd_i_full),
343-
.probe5(fifo_pciecfg_i_wr_en),
344-
.probe6(fifo_pciecfg_i_full),
345-
.probe7(din.tlp.tvalid),
346-
.probe8(din.tlp.tlast),
347-
.probe9(is_correct_packet1),
348-
.probe10(is_correct_packet2),
349-
.probe11(is_correct_packet3),
350-
.probe12(is_correct_packet4_tlp),
351-
.probe13(is_correct_packet4_cmd),
352-
.probe14(eth_tvalid),
353-
.probe15(eth_tlast)
339+
.probe1(eth_tvalid),
340+
.probe2(eth_tlast),
341+
.probe3(eth_tkeep),
342+
.probe4(eth_tdata),
343+
.probe5(eth_tuser),
344+
.probe6(wr_en),
345+
.probe7(din.data_valid),
346+
.probe8(din.tlp.tvalid),
347+
.probe9(din.tlp.tlast),
348+
.probe10(din.tlp.tkeep),
349+
.probe11(din.tlp.tdata),
350+
.probe12(din.tlp.tuser)
354351
);
355352
`endif
356353

boards/kc705/rtl/eth_encap/pcie2fifo.sv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ always_comb begin
200200
endcase
201201
end
202202

203+
`ifdef zero
203204
ila_0 ila_0_ins (
204205
.clk(pcie_clk),
205206
.probe0(pcie_tready),
@@ -222,6 +223,7 @@ ila_0 ila_0_ins (
222223
.probe17(din.tlp.tdata),
223224
.probe18(din.tlp.tuser)
224225
);
226+
`endif
225227

226228
endmodule
227229

0 commit comments

Comments
 (0)