mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Attempt clone and install riscv-isac
This commit is contained in:
		
							parent
							
								
									8f3d888da5
								
							
						
					
					
						commit
						5580bf2fb0
					
				@ -176,6 +176,12 @@ pip install --upgrade pip && pip install -r "$dir"/requirements.txt
 | 
			
		||||
source "$RISCV"/riscv-python/bin/activate # reload python virtual environment
 | 
			
		||||
echo -e "${SUCCESS_COLOR}Python environment successfully configured!${ENDC}"
 | 
			
		||||
 | 
			
		||||
# Install riscv-isac
 | 
			
		||||
cd $RISCV
 | 
			
		||||
STATUS="riscv-isac"
 | 
			
		||||
git clone https://github.com/riscv-non-isa/riscv-arch-test
 | 
			
		||||
cd riscv-arch-test/riscv-isac
 | 
			
		||||
pip install .
 | 
			
		||||
 | 
			
		||||
# Extra dependecies needed for older distros that don't have new enough versions available from package manager
 | 
			
		||||
if (( RHEL_VERSION == 8 )) || (( UBUNTU_VERSION == 20 )); then
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user