aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/kernel/nextpnr_types.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/kernel/nextpnr_types.cc b/common/kernel/nextpnr_types.cc
index 57d816c0..82725d6f 100644
--- a/common/kernel/nextpnr_types.cc
+++ b/common/kernel/nextpnr_types.cc
@@ -68,7 +68,7 @@ void CellInfo::connectPort(IdString port_name, NetInfo *net)
user.port = port_name;
port.user_idx = net->users.add(user);
} else {
- NPNR_ASSERT_FALSE("invalid port type for connect_port");
+ NPNR_ASSERT_FALSE("invalid port type for connectPort");
}
}