mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Revert "parse_xaiger() to do "clean -purge""
This reverts commit 5d16bf8316.
			
			
This commit is contained in:
		
							parent
							
								
									6fe1ca633d
								
							
						
					
					
						commit
						d3eea82bc2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -974,7 +974,7 @@ void AigerReader::post_process()
 | 
				
			||||||
	// operate (and run checks on) this one module
 | 
						// operate (and run checks on) this one module
 | 
				
			||||||
	RTLIL::Design *mapped_design = new RTLIL::Design;
 | 
						RTLIL::Design *mapped_design = new RTLIL::Design;
 | 
				
			||||||
	mapped_design->add(module);
 | 
						mapped_design->add(module);
 | 
				
			||||||
	Pass::call(mapped_design, "clean -purge");
 | 
						Pass::call(mapped_design, "clean");
 | 
				
			||||||
	mapped_design->modules_.erase(module->name);
 | 
						mapped_design->modules_.erase(module->name);
 | 
				
			||||||
	delete mapped_design;
 | 
						delete mapped_design;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue