diff --git a/scripts/elab.py b/scripts/elab.py index db3d4f1..0981169 100644 --- a/scripts/elab.py +++ b/scripts/elab.py @@ -22,7 +22,7 @@ def runDesign(topDef: str, arch: str, lib: str, std: str): wavePath = os.path.join(os.getcwd(), "wave") command = [ ## may add -v for verbose "ghdl", "-r", f"{topDef}", f"{arch}", - f"--wave={os.path.join(libPath, topDef)}-{arch}.ghw" ##, "--read-wave-opt=