mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-17 04:35:44 +00:00
Make the signal_map flag optional
This commit is contained in:
parent
b9ba2c3552
commit
f7a9af5252
1 changed files with 2 additions and 0 deletions
|
|
@ -2193,6 +2193,8 @@ struct AbcPass : public Pass {
|
|||
config.markgroups = design->scratchpad_get_bool("abc.markgroups", false);
|
||||
config.max_threads = design->scratchpad_get_int("abc.max_threads", -1);
|
||||
config.reserved_cores = design->scratchpad_get_int("abc.reserved_cores", 4);
|
||||
config.signal_map_file = design->scratchpad_get_string("abc.signal_map", "");
|
||||
config.cdc_file = design->scratchpad_get_string("abc.cdc_map", "");
|
||||
|
||||
if (config.cleanup)
|
||||
config.global_tempdir_name = get_base_tmpdir() + "/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue