mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Move tests/techmap/abc9 to simple_abc9
This commit is contained in:
		
							parent
							
								
									945bbcc298
								
							
						
					
					
						commit
						43d5471570
					
				
					 4 changed files with 0 additions and 23 deletions
				
			
		|  | @ -1,5 +0,0 @@ | |||
| #!/bin/bash | ||||
| 
 | ||||
| set -ev | ||||
| 
 | ||||
| ../../../yosys -p 'abc9 -lut 4; check; select -assert-count 2 t:$lut; select -assert-none c:* t:$lut %n %i' abc9.v | ||||
|  | @ -1,10 +0,0 @@ | |||
| #!/bin/bash | ||||
| set -e | ||||
| for x in *_runtest.sh; do | ||||
| 	echo "Running $x.." | ||||
| 	if ! bash $x &> ${x%.sh}.log; then | ||||
| 		tail ${x%.sh}.log | ||||
| 		echo ERROR | ||||
| 		exit 1 | ||||
| 	fi | ||||
| done | ||||
|  | @ -8,11 +8,3 @@ for x in *_runtest.sh; do | |||
| 		exit 1 | ||||
| 	fi | ||||
| done | ||||
| 
 | ||||
| for d in */; do | ||||
|     if [ -x $d/run-test.sh ]; then | ||||
|         cd $d | ||||
|         bash run-test.sh | ||||
|         cd .. | ||||
|     fi | ||||
| done | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue