This commit is contained in:
Stan Lee 2026-03-06 10:30:49 -08:00
parent 20c1f3212f
commit c9330dc36f
1 changed files with 1 additions and 0 deletions

View File

@ -401,6 +401,7 @@ std::string FstData::autoScope(Module *topmod) {
log("Auto-discovering scopes from file...\n");
std::string top = RTLIL::unescape_id(topmod->name);
std::string scope = "";
// Map top module port name to their bit widths (RTL reference point)
dict<std::string, int> top2widths;