Skip to content

Commit db631b2

Browse files
JAYANTH-IITMsaravanakumarsastraUmerShahidengr
authored
changes to point correct env_dir (#529)
Co-authored-by: saravanakumarsastra <[email protected]> Co-authored-by: Umer Shahid <[email protected]>
1 parent 2173005 commit db631b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-ctg/riscv_ctg/ctg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def ctg(verbose, out, random ,xlen_arg,flen_arg, cgf_file,num_procs,base_isa, ma
106106
logger.info('Copyright (c) 2020, InCore Semiconductors Pvt. Ltd.')
107107
logger.info('All Rights Reserved.')
108108
logger.info("Copying env folder to Output directory.")
109-
env_dir = os.path.join(out,"env")
109+
env_dir = os.path.expanduser("~/riscv-arch-test/riscv-test-suite/env")
110110
if not os.path.exists(env_dir):
111111
shutil.copytree(const.env,env_dir)
112112
xlen = int(xlen_arg)

0 commit comments

Comments
 (0)