mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 06:07:27 +02:00
common: Correct a minor typo in the message
Signed-off-by: YRabbit <[email protected]>
This commit is contained in:
@@ -68,7 +68,7 @@ void CellInfo::connectPort(IdString port_name, NetInfo *net)
|
|||||||
user.port = port_name;
|
user.port = port_name;
|
||||||
port.user_idx = net->users.add(user);
|
port.user_idx = net->users.add(user);
|
||||||
} else {
|
} else {
|
||||||
NPNR_ASSERT_FALSE("invalid port type for connect_port");
|
NPNR_ASSERT_FALSE("invalid port type for connectPort");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user