fix the TLFuzzer IO (#869)
This commit is contained in:
		
				
					committed by
					
						 Wesley W. Terpstra
						Wesley W. Terpstra
					
				
			
			
				
	
			
			
			
						parent
						
							16e8709144
						
					
				
				
					commit
					ec57994784
				
			| @@ -93,7 +93,7 @@ class TLFuzzer( | ||||
|   lazy val module = new LazyModuleImp(this) { | ||||
|     val io = new Bundle { | ||||
|       val out = node.bundleOut | ||||
|       val finished = Bool() | ||||
|       val finished = Bool(OUTPUT) | ||||
|     } | ||||
|  | ||||
|     val out = io.out(0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user