aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/pack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/pack.cc')
-rw-r--r--machxo2/pack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/pack.cc b/machxo2/pack.cc
index 56efb63f..a9ca00f2 100644
--- a/machxo2/pack.cc
+++ b/machxo2/pack.cc
@@ -308,7 +308,7 @@ static void pack_io(Context *ctx)
BelId pinBel = ctx->getPackagePinBel(pin);
if (pinBel == BelId()) {
log_error("IO buffer '%s' constrained to pin '%s', which does not exist for package '%s'.\n",
- ci->name.c_str(ctx), pin.c_str(), ctx->args.package.c_str());
+ ci->name.c_str(ctx), pin.c_str(), ctx->package_name);
} else {
log_info("pin '%s' constrained to Bel '%s'.\n", ci->name.c_str(ctx), ctx->nameOfBel(pinBel));
}