mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									742480d27d
								
							
						
					
					
						commit
						923d03f657
					
				@ -23,7 +23,7 @@ sudo make install
 | 
				
			|||||||
cd ../../riscv-arch-test
 | 
					cd ../../riscv-arch-test
 | 
				
			||||||
cp ../riscv-isa-sim/arch_test_target/spike/Makefile.include .
 | 
					cp ../riscv-isa-sim/arch_test_target/spike/Makefile.include .
 | 
				
			||||||
edit Makefile.include
 | 
					edit Makefile.include
 | 
				
			||||||
  change line with TARGETDIR to ~/riscv-wally/addins/riscv-isa-sim/arch_test_target (or whatever your path is) ***fix
 | 
					  change line with TARGETDIR to /home/harris/riscv-wally/addins/riscv-isa-sim/arch_test_target (or whatever your path is) 
 | 
				
			||||||
  add line export RISCV_PREFIX = riscv64-unknown-elf-  # this might not be needed if you have 32-bit versions of the riscv gcc compiler built separately
 | 
					  add line export RISCV_PREFIX = riscv64-unknown-elf-  # this might not be needed if you have 32-bit versions of the riscv gcc compiler built separately
 | 
				
			||||||
make
 | 
					make
 | 
				
			||||||
make XLEN=32
 | 
					make XLEN=32
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user