3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 09:34:09 +00:00

Merge pull request #2456 from Zottel/master

Return correct modname when found in cache.
This commit is contained in:
whitequark 2020-12-02 22:20:02 +00:00 committed by GitHub
commit 90724ea9e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1511,6 +1511,7 @@ RTLIL::IdString AstModule::derive(RTLIL::Design *design, const dict<RTLIL::IdStr
}
} else {
modname = new_modname;
log("Found cached RTLIL representation for module `%s'.\n", modname.c_str());
}