mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Use ABC to convert from AIGER to Verilog
This commit is contained in:
		
							parent
							
								
									ebe29b6659
								
							
						
					
					
						commit
						abc40924ed
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -146,9 +146,10 @@ do | |||
| 		rm -f ${bn}_ref.fir | ||||
| 		if [[ "$ext" == "v" ]]; then | ||||
| 			egrep -v '^\s*`timescale' ../$fn > ${bn}_ref.${ext} | ||||
| 		elif [[ "$ext" == "aig" ]] || [[ "$ext" == "aag" ]]; then | ||||
| 			"$toolsdir"/../../yosys-abc -c "read_aiger ../${fn}; write ${bn}_ref.v" | ||||
| 		else | ||||
| 			"$toolsdir"/../../yosys -f "$frontend $include_opts" -b "verilog" -o ${bn}_ref.v ../${fn} | ||||
| 			frontend="verilog -noblackbox" | ||||
| 			cp ../${fn} ${bn}_ref.${ext} | ||||
| 		fi | ||||
| 
 | ||||
| 		if [ ! -f ../${bn}_tb.v ]; then | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue