mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Update install script for working SAIL checkout (current version)
This commit is contained in:
		
							parent
							
								
									5de6b466b7
								
							
						
					
					
						commit
						9cb0fd7882
					
				| @ -120,7 +120,7 @@ sudo apt-get install -y perl g++ ccache help2man libgoogle-perftools-dev numactl | ||||
| sudo apt-get install -y libfl2  libfl-dev  # Ubuntu only (ignore if gives error) | ||||
| cd $RISCV | ||||
| git clone https://github.com/verilator/verilator   # Only first time | ||||
| unsetenv VERILATOR_ROOT  # For csh; ignore error if on bash | ||||
| # unsetenv VERILATOR_ROOT  # For csh; ignore error if on bash | ||||
| unset VERILATOR_ROOT     # For bash | ||||
| cd verilator | ||||
| git pull         # Make sure git repository is up-to-date | ||||
| @ -157,6 +157,8 @@ opam install sail -y | ||||
| eval $(opam config env) | ||||
| git clone https://github.com/riscv/sail-riscv.git | ||||
| cd sail-riscv | ||||
| # For now, use checkout that is stable for Wally | ||||
| git checkout 72b2516d10d472ac77482fd959a9401ce3487f60 | ||||
| make -j ${NUM_THREADS} | ||||
| ARCH=RV32 make -j ${NUM_THREADS} | ||||
| sudo ln -sf $RISCV/sail-riscv/c_emulator/riscv_sim_RV64 /usr/bin/riscv_sim_RV64 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user