From 89e7e059d8d49f73f6b552cdefbe72561510eec0 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 4 Aug 2025 13:55:19 +0200 Subject: [PATCH] cleanup --- himbaechel/uarch/gatemate/bitstream.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/himbaechel/uarch/gatemate/bitstream.cc b/himbaechel/uarch/gatemate/bitstream.cc index 1ddb74d4..388216a1 100644 --- a/himbaechel/uarch/gatemate/bitstream.cc +++ b/himbaechel/uarch/gatemate/bitstream.cc @@ -23,8 +23,6 @@ #include "config.h" #include "gatemate.h" #include "gatemate_util.h" -#include "log.h" -#include "property.h" #include "uarch/gatemate/pack.h" #define HIMBAECHEL_CONSTIDS "uarch/gatemate/constids.inc" @@ -269,7 +267,8 @@ struct BitstreamBackend } } else if (all_inverted) { params[id_INIT_L10] = Property(~driver_l10 & 0b1111, 4); - log_info("multiplier net '%s': fixed inversion\n", net->name.c_str(ctx)); + if (ctx->debug) + log_info("multiplier net '%s': fixed inversion\n", net->name.c_str(ctx)); } }