From 833cb86b51d88a1a918a5e4b9a7d09b434a05288 Mon Sep 17 00:00:00 2001 From: YRabbit Date: Tue, 6 Feb 2024 10:45:38 +1000 Subject: [PATCH] gowin: Himbaechel. Edit message text. Signed-off-by: YRabbit --- himbaechel/uarch/gowin/globals.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); } }