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:
parent
daed0e1544
commit
176e59c3d8
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue