mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	abc9 to call "setundef -zero" behaving as for abc
This commit is contained in:
		
							parent
							
								
									0391499e46
								
							
						
					
					
						commit
						afcb86c3d1
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -403,6 +403,9 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
 | 
			
		|||
	RTLIL::Selection& sel = design->selection_stack.back();
 | 
			
		||||
	sel.select(module);
 | 
			
		||||
 | 
			
		||||
	// Behave as for "abc" where BLIF writer implicitly outputs all undef as zero
 | 
			
		||||
	Pass::call(design, "setundef -zero");
 | 
			
		||||
 | 
			
		||||
	Pass::call(design, "aigmap");
 | 
			
		||||
 | 
			
		||||
	handle_loops(design);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue