From b2449c56419e75d7ff4dd5358fe25bf0898e9e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20=C3=96rtenberg?= Date: Wed, 12 Feb 2025 10:53:04 +0100 Subject: [PATCH] Fixed bug in elab script --- scripts/elab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=