3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-23 05:15:30 +00:00

Replace (read_)ilang with (read_)rtlil

This commit is contained in:
Krystine Sherwin 2024-11-05 12:55:09 +13:00
parent daed0e1544
commit 176e59c3d8
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -196,7 +196,7 @@ class AigModel(tl.process.Process):
self[tl.LogContext].scope = "aiger"
(App.cache_dir / "design_aiger.ys").write_text(
lines(
"read_ilang ../model/design_prep.il",
"read_rtlil ../model/design_prep.il",
"hierarchy -simcheck",
"flatten",
"setundef -undriven -anyseq",