mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +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
|
@ -856,6 +856,7 @@ RTLIL::IdString AstModule::derive(RTLIL::Design *design, std::map<RTLIL::IdStrin
|
|||
if (design->modules.count(modname) == 0) {
|
||||
new_ast->str = modname;
|
||||
design->modules[modname] = process_module(new_ast);
|
||||
design->modules[modname]->check();
|
||||
} else {
|
||||
log("Found cached RTLIL representation for module `%s'.\n", modname.c_str());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue