Fixed bug in elab script
This commit is contained in:
parent
9d1cce8559
commit
b2449c5641
@ -22,7 +22,7 @@ def runDesign(topDef: str, arch: str, lib: str, std: str):
|
|||||||
wavePath = os.path.join(os.getcwd(), "wave")
|
wavePath = os.path.join(os.getcwd(), "wave")
|
||||||
command = [ ## may add -v for verbose
|
command = [ ## may add -v for verbose
|
||||||
"ghdl", "-r", f"{topDef}", f"{arch}",
|
"ghdl", "-r", f"{topDef}", f"{arch}",
|
||||||
f"--wave={os.path.join(libPath, topDef)}-{arch}.ghw" ##, "--read-wave-opt=<See"
|
f"--wave=../wave/{topDef}-{arch}.ghw" ##, "--read-wave-opt=<See"
|
||||||
]
|
]
|
||||||
subprocess.run(command, cwd=libPath)
|
subprocess.run(command, cwd=libPath)
|
||||||
command = [
|
command = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user