mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Nicer formatting
This commit is contained in:
		
							parent
							
								
									5d16bf8316
								
							
						
					
					
						commit
						6a111ad324
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20,4 +20,10 @@ fi
 | 
			
		|||
cp ../simple/*.v .
 | 
			
		||||
cp ../simple/*.sv .
 | 
			
		||||
DOLLAR='?'
 | 
			
		||||
exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-n 300 -p 'hierarchy; synth -run coarse; opt -full; techmap; abc9 -lut 4 -box ../abc.box; stat; check -assert; select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'"
 | 
			
		||||
exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-n 300 -p '\
 | 
			
		||||
    hierarchy; \
 | 
			
		||||
    synth -run coarse; \
 | 
			
		||||
    opt -full; \
 | 
			
		||||
    techmap; abc9 -lut 4 -box ../abc.box; \
 | 
			
		||||
    check -assert; \
 | 
			
		||||
    select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue