From db7caf4ba3d5dc18089f5b0c16fc39cba7b277dc Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 20 Jul 2021 15:09:29 +0200 Subject: [PATCH] Remove ILA from FPGA code, fix build --- demo/fpga/Artix-7-HDMI-processing.xpr | 1068 ++++++++++++------------- demo/fpga/src/top.v | 25 - 2 files changed, 517 insertions(+), 576 deletions(-) diff --git a/demo/fpga/Artix-7-HDMI-processing.xpr b/demo/fpga/Artix-7-HDMI-processing.xpr index 156c674..3bc6d93 100644 --- a/demo/fpga/Artix-7-HDMI-processing.xpr +++ b/demo/fpga/Artix-7-HDMI-processing.xpr @@ -1,551 +1,517 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default_dashboard - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default_dashboard + + + diff --git a/demo/fpga/src/top.v b/demo/fpga/src/top.v index 8f1742c..635ef15 100644 --- a/demo/fpga/src/top.v +++ b/demo/fpga/src/top.v @@ -368,29 +368,4 @@ window_matcher window_matcher_i ( .out_blue(out_blue) ); -ila_0 i_ila_0 ( - .clk(clk), - - .probe0(payload_w_idx[11:0]), - .probe1(spi_payload_r_idx[11:0]), - .probe2(scan_x_dbg), - .probe3(scan_y_dbg), - .probe4(payload_r_data), - .probe5(in_blank), - .probe6(spi_cmd_step), - .probe7(in_vsync), - .probe8(spi_data_in), - .probe9(temu_in_valid), - .probe10(spi_cmd_begin), - .probe11(spi_cmd_active), - .probe12(spi_payload_byte[0]), - .probe13(spi_payload_byte[1]), - .probe14(out_data_en), - .probe15(out_data_valid), - .probe16(sck), - .probe17(sdi), - .probe18(sdo), - .probe19(ncs) - ); - endmodule \ No newline at end of file