diff --git a/kernel/fstdata.cc b/kernel/fstdata.cc index f2e73e9ec..7edc03e83 100644 --- a/kernel/fstdata.cc +++ b/kernel/fstdata.cc @@ -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 top2widths;