mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Add '-v' to &if for abc9.script.default.fast
This commit is contained in:
		
							parent
							
								
									32946a402d
								
							
						
					
					
						commit
						8b6309747b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -734,7 +734,7 @@ struct Abc9Pass : public Pass {
 | 
			
		|||
	{
 | 
			
		||||
		RTLIL::constpad["abc9.script.default"] = "+&scorr; &sweep; &dc2; &dch -f; &ps; &if {C} {W} {D} {R} -v; &mfs";
 | 
			
		||||
		RTLIL::constpad["abc9.script.default.area"] = "+&scorr; &sweep; &dc2; &dch -f; &ps; &if {C} {W} {D} {R} -a -v; &mfs";
 | 
			
		||||
		RTLIL::constpad["abc9.script.default.fast"] = "+&if {C} {W} {D} {R}";
 | 
			
		||||
		RTLIL::constpad["abc9.script.default.fast"] = "+&if {C} {W} {D} {R} -v";
 | 
			
		||||
		// Based on ABC's &flow
 | 
			
		||||
		RTLIL::constpad["abc9.script.flow"] = "+&scorr; &sweep;" \
 | 
			
		||||
			/* Round 1 */ \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue