mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-16 16:27:12 +00:00
Fixed "fsm -export"
This commit is contained in:
parent
cb6ca08a53
commit
7067c43ec0
2 changed files with 5 additions and 6 deletions
|
@ -127,12 +127,12 @@ struct FsmPass : public Pass {
|
|||
Pass::call(design, "fsm_recode" + fm_set_fsm_file_opt + encoding_opt);
|
||||
Pass::call(design, "fsm_info");
|
||||
|
||||
if (!flag_nomap)
|
||||
Pass::call(design, "fsm_map");
|
||||
|
||||
if (flag_export)
|
||||
Pass::call(design, "fsm_export");
|
||||
|
||||
if (!flag_nomap)
|
||||
Pass::call(design, "fsm_map");
|
||||
|
||||
log_pop();
|
||||
}
|
||||
} FsmPass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue