3
0
Fork 0
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:
N. Engelhardt 2022-03-10 17:46:08 +01:00
parent 4886ed7e19
commit 8ce526c22d
2 changed files with 24 additions and 16 deletions

View file

@ -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(