mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Working simple_abc9 tests
This commit is contained in:
		
							parent
							
								
									6b96df41bc
								
							
						
					
					
						commit
						107da3becf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -18,6 +18,6 @@ if ! which iverilog > /dev/null ; then
 | 
			
		|||
fi
 | 
			
		||||
 | 
			
		||||
cp ../simple/*.v .
 | 
			
		||||
rm dff_different_styles.v # FIXME: dffsr1 fails because opt_rmdff does something fishy (#816)
 | 
			
		||||
rm partsel.v # FIXME: Contains 1'hx, thus write_xaiger fails
 | 
			
		||||
exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-p \"hierarchy; synth -run coarse; techmap; opt -full; abc9 -lut 4\""
 | 
			
		||||
DOLLAR='?'
 | 
			
		||||
exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-p 'hierarchy; synth -run coarse; techmap; opt -full; abc9 -lut 4; stat; check -assert; select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_'"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue