From a1470e14fe2835d6ee849e0b2bd4b5b4d0d80160 Mon Sep 17 00:00:00 2001 From: Stan Lee Date: Mon, 2 Mar 2026 12:57:37 -0800 Subject: [PATCH] typos --- kernel/fstdata.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/fstdata.cc b/kernel/fstdata.cc index 6d098dd0f..b868890dc 100644 --- a/kernel/fstdata.cc +++ b/kernel/fstdata.cc @@ -313,11 +313,11 @@ std::string FstData::autoScope(Module *topmod) { } } - // Option 2 - Post based scope matching + // Option 2 - Port based scope matching // Matches based on exact port name matching of the top module log("Trying port-based scope matching...\n"); - // Map top moduleport name to their bit widths (RTL reference point) + // Map top module port name to their bit widths (RTL reference point) dict top2widths; for (auto wire : topmod->wires()) { if (wire->port_input || wire->port_output) {