mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Update testbench.sv
This commit is contained in:
		
							parent
							
								
									631008f06a
								
							
						
					
					
						commit
						0b569e3ed4
					
				@ -281,7 +281,7 @@ logic [3:0] dummy;
 | 
				
			|||||||
        // once the test inidicates it's done we need to immediately hold reset for a number of cycles.
 | 
					        // once the test inidicates it's done we need to immediately hold reset for a number of cycles.
 | 
				
			||||||
        if(ResetCount < ResetThreshold) ResetCount = ResetCount + 1;
 | 
					        if(ResetCount < ResetThreshold) ResetCount = ResetCount + 1;
 | 
				
			||||||
        else begin // hit reset threshold so we remove reset.
 | 
					        else begin // hit reset threshold so we remove reset.
 | 
				
			||||||
          //InReset = 0;
 | 
					          //InReset = 0; hmmm-I smell a wumpus
 | 
				
			||||||
          ResetCount = 0;
 | 
					          ResetCount = 0;
 | 
				
			||||||
        end
 | 
					        end
 | 
				
			||||||
      end else begin
 | 
					      end else begin
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user