mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Merge pull request #1112 from jordancarlin/fcov_makefile
Update regression-wally for new cvw-arch-verif makefile
This commit is contained in:
		
						commit
						0875772094
					
				@ -556,7 +556,7 @@ def main():
 | 
			
		||||
    if args.ccov:
 | 
			
		||||
        os.system('make QuestaCodeCoverage')
 | 
			
		||||
    if args.fcov:
 | 
			
		||||
        os.system('make -f '+WALLY+'/addins/cvw-arch-verif/Makefile merge')
 | 
			
		||||
        os.system('make -C '+WALLY+'/addins/cvw-arch-verif merge')
 | 
			
		||||
    # Count the number of failures
 | 
			
		||||
    if num_fail:
 | 
			
		||||
        print(f"{bcolors.FAIL}Regression failed with %s failed configurations{bcolors.ENDC}" % num_fail)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user