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