mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	added commenting in reference outputs that aren't simulated in spike
This commit is contained in:
		
							parent
							
								
									69e79ccdf3
								
							
						
					
					
						commit
						52008b122a
					
				| @ -64,7 +64,7 @@ copy: | |||||||
| 	$(info <<<<<<<<<<<<<<<<<<<<<<<<<<<< COPYING REFERENCES WITHOUT SIMULATING >>>>>>>>>>>>>>>>>>>>>>>>>>>>) | 	$(info <<<<<<<<<<<<<<<<<<<<<<<<<<<< COPYING REFERENCES WITHOUT SIMULATING >>>>>>>>>>>>>>>>>>>>>>>>>>>>) | ||||||
| 	$(info !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!) | 	$(info !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!) | ||||||
| 	$(V) echo "Copying References without simulating" | 	$(V) echo "Copying References without simulating" | ||||||
| 	$(V) for test in $(target_tests_nosim); do cp $(ref_dir)/$$test.reference_output $(work_dir_isa)/$$test.signature.output; done | 	$(V) for test in $(target_tests_nosim); do grep -o '^[^//#]*' $(ref_dir)/$$test.reference_output > $(work_dir_isa)/$$test.signature.output; done | ||||||
| 
 | 
 | ||||||
| compile: $(combined_elf) | compile: $(combined_elf) | ||||||
| run: $(target_log)  | run: $(target_log)  | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user