Merge branch 'main' of github.com:openhwgroup/cvw

This commit is contained in:
Jacob Pease 2023-09-09 09:45:43 -05:00
commit 96d3600ae3

View File

@ -64,6 +64,7 @@ wrapperPath = f"{os.getenv('WALLY')}/synthDC/wrappers/{moduleName}wrapper.sv"
# clear wrappers directory # clear wrappers directory
os.system(f"rm {os.getenv('WALLY')}/synthDC/wrappers/*") os.system(f"rm {os.getenv('WALLY')}/synthDC/wrappers/*")
os.system(f"mkdir {os.getenv('WALLY')}/synthDC/wrappers")
fout = open(wrapperPath, "w") fout = open(wrapperPath, "w")