aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/pack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mistral/pack.cc')
-rw-r--r--mistral/pack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mistral/pack.cc b/mistral/pack.cc
index 2c0ec80f..78657321 100644
--- a/mistral/pack.cc
+++ b/mistral/pack.cc
@@ -137,7 +137,7 @@ struct MistralPacker
CellInfo *ci = cell.second;
if (ci->type != id_MISTRAL_NOT && ci->type != id_GND && ci->type != id_VCC)
continue;
- IdString port = (ci->type == id_MISTRAL_NOT) ? id_Q : ci->type;
+ IdString port = (ci->type == id_MISTRAL_NOT) ? id_Q : id_Y;
NetInfo *out = get_net_or_empty(ci, port);
if (out == nullptr) {
trim_cells.push_back(ci->name);