3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-30 21:57:47 +00:00

Update CI scripts for CMake

This commit is contained in:
Miodrag Milanovic 2026-05-22 12:31:30 +02:00 committed by Catherine
parent 9b087b4aa7
commit b206c16347
31 changed files with 307 additions and 319 deletions

View file

@ -122,7 +122,7 @@ def vcdextract(signals, on_change, file, output, limit=None):
print(*values[:len(signals)], file=output)
share = Path(__file__).parent / ".." / ".." / "share"
share = Path(os.environ.get("BUILD_DIR", "../..")) / "share"
simlibs = [str(share / "simlib.v"), str(share / "simcells.v")]