mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	abc9_ops: update comment
This commit is contained in:
		
							parent
							
								
									574812d9a5
								
							
						
					
					
						commit
						4f0f321169
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -547,7 +547,7 @@ void mark_scc(RTLIL::Module *module) | ||||||
| 	// For every unique SCC found, (arbitrarily) find the first
 | 	// For every unique SCC found, (arbitrarily) find the first
 | ||||||
| 	//   cell in the component, and replace its output connections
 | 	//   cell in the component, and replace its output connections
 | ||||||
| 	//   with a new wire driven by the old connection but with a
 | 	//   with a new wire driven by the old connection but with a
 | ||||||
| 	//   special (* abc9_scc *) attribute set (which is used by
 | 	//   special (* abc9_keep *) attribute set (which is used by
 | ||||||
| 	//   write_xaiger to break this wire into PI and POs)
 | 	//   write_xaiger to break this wire into PI and POs)
 | ||||||
| 	pool<RTLIL::Const> ids_seen; | 	pool<RTLIL::Const> ids_seen; | ||||||
| 	for (auto cell : module->cells()) { | 	for (auto cell : module->cells()) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue