mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix connwrappers help message
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									e5534a080e
								
							
						
					
					
						commit
						61a9e2eeb3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -149,7 +149,7 @@ struct ConnwrappersWorker
 | 
			
		|||
};
 | 
			
		||||
 | 
			
		||||
struct ConnwrappersPass : public Pass {
 | 
			
		||||
	ConnwrappersPass() : Pass("connwrappers", "replace undef values with defined constants") { }
 | 
			
		||||
	ConnwrappersPass() : Pass("connwrappers", "match width of input-output port pairs") { }
 | 
			
		||||
	virtual void help()
 | 
			
		||||
	{
 | 
			
		||||
		//   |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue