mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-30 21:57:47 +00:00
Update CI scripts for CMake
Co-authored-by: Catherine <whitequark@whitequark.org>
This commit is contained in:
parent
a867291e4e
commit
f284ec9382
32 changed files with 375 additions and 341 deletions
|
|
@ -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")]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue