forked from Github_Repos/cvw
		
	added commenting in reference outputs that aren't simulated in spike
This commit is contained in:
		
							parent
							
								
									1a5111fb75
								
							
						
					
					
						commit
						e0ed4c00fc
					
				@ -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