Skip to content

Commit

Permalink
no buildroot
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 56c39e7 commit 2cb5189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/regression-wally
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ elif (args.fcovrvvi): # only run RV64GC tests on Questa in rvvi coverage mode
addTests(tests64gc_fp, coveragesim)
else:
for sim in sims:
if (not (args.buildroot and sim == defaultsim)): # skip short buildroot sim if running long one
addTests(tests_buildrootshort, sim)
# if (not (args.buildroot and sim == defaultsim)): # skip short buildroot sim if running long one
# addTests(tests_buildrootshort, sim)
addTests(tests, sim)
addTests(tests64gc_nofp, sim)
addTests(tests64gc_fp, sim)
Expand Down

0 comments on commit 2cb5189

Please sign in to comment.