Remove ILA from FPGA code, fix build
This commit is contained in:
parent
c63beef741
commit
db7caf4ba3
2 changed files with 517 additions and 576 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue