mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-16 20:25:43 +00:00
typos
This commit is contained in:
parent
a449e6ab38
commit
a1470e14fe
1 changed files with 2 additions and 2 deletions
|
|
@ -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<std::string, int> top2widths;
|
||||
for (auto wire : topmod->wires()) {
|
||||
if (wire->port_input || wire->port_output) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue