Update regression-wally fcov to work with new Makefile

This commit is contained in:
Jordan Carlin 2024-11-16 21:08:03 -08:00
parent 00d02e5656
commit 99e5b295fb
No known key found for this signature in database

View File

@ -552,7 +552,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)