Added symlink so Imperas.dv can load buildroot in lockstep and a corresponding waiver for buildroot in lockstep in wsim

This commit is contained in:
slmnemo 2024-11-03 14:00:17 -08:00
parent 25ec075431
commit 226170a76f
2 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@ if(args.testsuite.endswith('.elf') and args.elf == ""): # No --elf argument; che
print("ELF file not found: " + args.testsuite)
exit(1)
if(args.lockstep and not args.testsuite.endswith('.elf')):
if(args.lockstep and not args.testsuite.endswith('.elf') and not args.testsuite == "buildroot"):
print(f"Invalid Options. Cannot run a testsuite, {args.testsuite} with lockstep. Must run a single elf.")
exit(1)

1
config/buildroot/imperas.ic Symbolic link
View File

@ -0,0 +1 @@
../rv64gc/imperas.ic