mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Rename struct
This commit is contained in:
		
							parent
							
								
									fad99c2ec7
								
							
						
					
					
						commit
						a367f703ea
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -418,8 +418,8 @@ void prep_holes(RTLIL::Module *module) | |||
| 	} | ||||
| } | ||||
| 
 | ||||
| struct Abc9PrepPass : public Pass { | ||||
| 	Abc9PrepPass() : Pass("abc9_ops", "helper functions for ABC9") { } | ||||
| struct Abc9OpsPass : public Pass { | ||||
| 	Abc9OpsPass() : Pass("abc9_ops", "helper functions for ABC9") { } | ||||
| 	void help() YS_OVERRIDE | ||||
| 	{ | ||||
| 		//   |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
 | ||||
|  | @ -481,6 +481,6 @@ struct Abc9PrepPass : public Pass { | |||
| 				prep_holes(mod); | ||||
| 		} | ||||
| 	} | ||||
| } Abc9PrepPass; | ||||
| } Abc9OpsPass; | ||||
| 
 | ||||
| PRIVATE_NAMESPACE_END | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue