mirror of
https://github.com/YosysHQ/sby.git
synced 2025-10-04 00:33:58 +00:00
junit: use write_jny instead of write_json
This commit is contained in:
parent
4886ed7e19
commit
8ce526c22d
2 changed files with 24 additions and 16 deletions
|
@ -395,7 +395,7 @@ class SbyTask:
|
|||
print(cmd, file=f)
|
||||
# the user must designate a top module in [script]
|
||||
print("hierarchy -simcheck", file=f)
|
||||
print(f"""write_json ../model/design.json""", file=f)
|
||||
print(f"""write_jny -no-connections ../model/design.json""", file=f)
|
||||
print(f"""write_rtlil ../model/design.il""", file=f)
|
||||
|
||||
proc = SbyProc(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue