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