finish isp testbench but still have some errors waiting to be deat with
This commit is contained in:
@@ -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()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user