This commit is contained in:
Miodrag Milanovic 2025-06-30 18:09:43 +02:00
parent 5a9be3880a
commit 88af4b4650
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ APassThroughCell::APassThroughCell(CellInfo *lower, CellInfo *upper, IdString na
void APassThroughCell::clean_up(Context *ctx)
{
auto *lower_net = lower->ports.at(id_IN1).net;
auto *upper_net = lower->ports.at(id_IN1).net;
auto *upper_net = upper->ports.at(id_IN1).net;
NPNR_ASSERT(lower_net != nullptr);
NPNR_ASSERT(upper_net != nullptr);