File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ always_comb begin
200200 endcase
201201end
202202
203+ `ifdef zero
203204ila_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
226228endmodule
227229
You can’t perform that action at this time.
0 commit comments