Remove ila

This commit is contained in:
Byron Lathi
2025-01-26 17:56:15 -08:00
parent b2fe92b9c9
commit 621a297fa0
2 changed files with 0 additions and 6368 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -85,34 +85,4 @@ axis_data_fifo_0 u_axis_data_fifo (
.m_axis_tlast(s_axis_c2h_tlast_0) .m_axis_tlast(s_axis_c2h_tlast_0)
); );
ila_0 u_ula_c2h (
.clk(axi_aclk), // input wire clk
.probe0(s_axis_c2h_tready_0), // input wire [0:0] probe0
.probe1(s_axis_c2h_tdata_0), // input wire [63:0] probe1
.probe2('0), // input wire [7:0] probe2
.probe3(s_axis_c2h_tvalid_0), // input wire [0:0] probe3
.probe4(s_axis_c2h_tlast_0), // input wire [0:0] probe4
.probe5('0), // input wire [0:0] probe5
.probe6(s_axis_c2h_tdata_0), // input wire [7:0] probe6
.probe7('0), // input wire [0:0] probe7
.probe8('0) // input wire [0:0] probe8
);
ila_0 u_ula_c2h (
.clk(axi_aclk), // input wire clk
.probe0(m_axis_h2c_tready_0), // input wire [0:0] probe0
.probe1(m_axis_h2c_tdata_0), // input wire [63:0] probe1
.probe2('0), // input wire [7:0] probe2
.probe3(m_axis_h2c_tvalid_0), // input wire [0:0] probe3
.probe4(m_axis_h2c_tlast_0), // input wire [0:0] probe4
.probe5('0), // input wire [0:0] probe5
.probe6(m_axis_h2c_tdata_0), // input wire [7:0] probe6
.probe7('0), // input wire [0:0] probe7
.probe8('0) // input wire [0:0] probe8
);
endmodule endmodule