mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	installation instructions
This commit is contained in:
		
							parent
							
								
									772f012cf6
								
							
						
					
					
						commit
						a5e1b09a40
					
				
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@ -26,6 +26,12 @@ Then follow Section 2.2 to clone the repo, source setup,  make the tests and run
 | 
			
		||||
	On the Linux computer where you will be working, log in, clone your fork of the repo,
 | 
			
		||||
	run the setup script, and build the tests:
 | 
			
		||||
 | 
			
		||||
Add the following lines to your .bashrc or .bash_profile
 | 
			
		||||
 | 
			
		||||
	if [ -f ~/cvw/setup.sh ]; then
 | 
			
		||||
		source ~/cvw/setup.sh
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
	$ cd
 | 
			
		||||
	$ git clone --recurse-submodules https://github.com/<yourgithubid>/cvw
 | 
			
		||||
	$ cd cvw
 | 
			
		||||
@ -34,12 +40,6 @@ Then follow Section 2.2 to clone the repo, source setup,  make the tests and run
 | 
			
		||||
	$ cd pipelined/regression
 | 
			
		||||
	$ ./regression-wally       (depends on having Questa installed)
 | 
			
		||||
 | 
			
		||||
Add the following lines to your .bashrc or .bash_profile
 | 
			
		||||
 | 
			
		||||
	if [ -f ~/cvw/setup.sh ]; then
 | 
			
		||||
		source ~/cvw/setup.sh
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
# Tool-chain Installation (Sys Admin)
 | 
			
		||||
 | 
			
		||||
This section describes the open source toolchain installation.  These steps should only be done once by the system admin.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user