Skip to content

Commit

Permalink
show full test path when compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinThomazic committed Nov 25, 2024
1 parent c6c4ffb commit 336059b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verif/sim/cva6.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def run_test(test, iss_yaml, isa, target, mabi, gcc_opts, iss_opts, output_dir,

if test_type != "o":
# gcc compilation
logging.info("Compiling test: %s" % test)
logging.info("Compiling test: %s" % test_path)
cmd = ("%s %s \
-I%s/dv/user_extension \
-T%s %s -o %s " % \
Expand Down

0 comments on commit 336059b

Please sign in to comment.