mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Cleanup
This commit is contained in:
		
							parent
							
								
									1d87488795
								
							
						
					
					
						commit
						6398b7c17c
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -1098,7 +1098,7 @@ struct Abc9Pass : public Pass { | |||
| 			pool<Wire*> clocks; | ||||
| 			std::string target = delay_target; | ||||
| 
 | ||||
| 			for (auto cell : module->selected_cells()) { | ||||
| 			for (auto cell : module->cells()) { | ||||
| 				auto inst_module = design->module(cell->type); | ||||
| 				if (!inst_module || !inst_module->attributes.count("\\abc9_flop")) | ||||
| 					continue; | ||||
|  | @ -1119,7 +1119,6 @@ struct Abc9Pass : public Pass { | |||
| 					} | ||||
| 				} | ||||
| 
 | ||||
| 
 | ||||
| 				Wire *abc9_control_wire = module->wire(stringf("%s.$abc9_control", cell->name.c_str())); | ||||
| 				if (abc9_control_wire == NULL) | ||||
| 					log_error("'%s$abc9_control' is not a wire present in module '%s'.\n", cell->name.c_str(), log_id(module)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue