mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix path in run-test.sh
This commit is contained in:
		
							parent
							
								
									27134be135
								
							
						
					
					
						commit
						0b25dbf1c6
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
set -e
 | 
			
		||||
if [ -f "../../../../../techlibs/common/simcells.v" ]; then
 | 
			
		||||
	COMMON_PREFIX=../../../../../techlibs/common
 | 
			
		||||
	TECHLIBS_PREFIX=../../../../../techlibs
 | 
			
		||||
if [ -f "../../techlibs/common/simcells.v" ]; then
 | 
			
		||||
	COMMON_PREFIX=../../techlibs/common
 | 
			
		||||
	TECHLIBS_PREFIX=../../techlibs
 | 
			
		||||
else
 | 
			
		||||
	COMMON_PREFIX=/usr/local/share/yosys
 | 
			
		||||
	TECHLIBS_PREFIX=/usr/local/share/yosys
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue