diff --git a/himbaechel/uarch/gowin/globals.cc b/himbaechel/uarch/gowin/globals.cc index 0520c572..881b036f 100644 --- a/himbaechel/uarch/gowin/globals.cc +++ b/himbaechel/uarch/gowin/globals.cc @@ -242,8 +242,8 @@ struct GowinGlobalRouter { RouteResult res = route_direct_net(net); if (res) { - log_info(" routed net '%s' using global resources %s\n", ctx->nameOf(net), - res == ROUTED_ALL ? "completely" : "partially"); + log_info(" routed net '%s' using global resources %s.\n", ctx->nameOf(net), + res == ROUTED_ALL ? "only" : "partially"); } }