mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			232 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			232 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile added 1/20/22 David_Harris@hmc.edu
 | |
| # Compile Embench for Wally
 | |
| 
 | |
| all: Makefile
 | |
| 	./build_all.py --arch riscv32 --chip generic --board ri5cyverilator --cc riscv64-unknown-elf-gcc 
 | |
| 	./benchmark_size.py 
 | |
| 	./benchmark_speed.py
 |