mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Also remove $__ABC_FF_
This commit is contained in:
		
							parent
							
								
									659c04a68d
								
							
						
					
					
						commit
						ef757002db
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -566,7 +566,7 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
 | 
			
		|||
		vector<RTLIL::Cell*> boxes;
 | 
			
		||||
		for (const auto &it : module->cells_) {
 | 
			
		||||
			auto cell = it.second;
 | 
			
		||||
			if (cell->type.in("$_AND_", "$_NOT_")) {
 | 
			
		||||
			if (cell->type.in("$_AND_", "$_NOT_", "$__ABC_FF_")) {
 | 
			
		||||
				module->remove(cell);
 | 
			
		||||
				continue;
 | 
			
		||||
			}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue