mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Update regression-wally fcov to work with new Makefile
This commit is contained in:
parent
00d02e5656
commit
99e5b295fb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user