mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Add abc9.dff scratchpad option
This commit is contained in:
parent
45f87bb8ad
commit
f576721a37
1 changed files with 1 additions and 0 deletions
|
@ -871,6 +871,7 @@ struct Abc9Pass : public Pass {
|
|||
lut_arg = design->scratchpad_get_string("abc9.lut", lut_arg);
|
||||
luts_arg = design->scratchpad_get_string("abc9.luts", luts_arg);
|
||||
fast_mode = design->scratchpad_get_bool("abc9.fast", fast_mode);
|
||||
dff_mode = design->scratchpad_get_bool("abc9.dff", dff_mode);
|
||||
cleanup = !design->scratchpad_get_bool("abc9.nocleanup", !cleanup);
|
||||
show_tempdir = design->scratchpad_get_bool("abc9.showtmp", show_tempdir);
|
||||
markgroups = design->scratchpad_get_bool("abc9.markgroups", markgroups);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue