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

@@ -39,11 +39,13 @@ module RGB_to_RAM #(
.winc(in_en),
.wdata(fifo_data),
.wfull(fifo_full),
/* verilator lint_off PINCONNECTEMPTY */
.awfull(),
.rinc(write_en),
.rdata(data_write),
.rempty(fifo_empty),
/* verilator lint_off PINCONNECTEMPTY */
.arempty()
);