mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Call internal checker more often
This commit is contained in:
parent
223892ac28
commit
378cc509cd
4 changed files with 11 additions and 9 deletions
|
@ -352,6 +352,8 @@ struct TechmapPass : public Pass {
|
|||
for (auto &mod_it : design->modules)
|
||||
if (techmap_module(design, mod_it.second, map, handled_cells, celltypeMap, false, opt_mode))
|
||||
did_something = true;
|
||||
if (did_something)
|
||||
design->check();
|
||||
}
|
||||
|
||||
log("No more expansions possible.\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue