finish isp testbench but still have some errors waiting to be deat with

This commit is contained in:
SikongJueluo
2024-05-15 16:35:17 +08:00
parent e29dce1d7e
commit 0f7ba1a48a
5 changed files with 165 additions and 43 deletions

View File

@@ -58,9 +58,12 @@ module chanels_to_RGB #(
.winc(fifo_en),
.wdata(fifo_in),
/* verilator lint_off PINCONNECTEMPTY */
.wfull(),
/* verilator lint_off PINCONNECTEMPTY */
.awfull(),
/* verilator lint_off PINCONNECTEMPTY */
.arempty(),
.rempty(fifo_empty),
.rdata(data_out),