Don't try and make results folder
This commit is contained in:
@@ -60,11 +60,6 @@ def fpga_sim_main():
|
||||
|
||||
os.environ["MAKEFLAGS"] = "-j"
|
||||
|
||||
try:
|
||||
os.mkdir(f"{os.getenv("REPO_TOP")}/results")
|
||||
except FileExistsError:
|
||||
pass
|
||||
|
||||
for test in tests:
|
||||
|
||||
sources = rtl_manifest.read_sources(f"{test["base_path"]}/{test["sources"]}")
|
||||
|
||||
Reference in New Issue
Block a user