mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Merge pull request #1184 from davidharrishmc/dev
Added Hello to the README
This commit is contained in:
		
						commit
						a19a4c52f7
					
				
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							@ -59,7 +59,19 @@ Then fork and clone the repo, source setup, make the tests and run regression
 | 
			
		||||
	fi
 | 
			
		||||
	```
 | 
			
		||||
 | 
			
		||||
9. Build the tests and run a regression simulation to prove everything is installed.  Building tests may take a while.
 | 
			
		||||
9. Try compiling the HelloWally program and simulating it on the SystemVerilog with Verilator and on the Spike simulator.
 | 
			
		||||
	```
 | 
			
		||||
	$ cd examples/C/hello
 | 
			
		||||
	$ make
 | 
			
		||||
	$ wsim --sim verilator rv64gc --elf hello
 | 
			
		||||
	Hello Wally!
 | 
			
		||||
	0 1 2 3 4 5 6 7 8 9 
 | 
			
		||||
	$ spike hello
 | 
			
		||||
	Hello Wally!
 | 
			
		||||
	0 1 2 3 4 5 6 7 8 9 
 | 
			
		||||
	```
 | 
			
		||||
 | 
			
		||||
10. Build the tests and run a regression simulation to prove everything is installed.  Building tests may take a while.
 | 
			
		||||
 | 
			
		||||
	```bash
 | 
			
		||||
	$ make --jobs
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user