From 27c143225336661a22a517d3267b2f6f30977287 Mon Sep 17 00:00:00 2001 From: Roland Coeurjoly Date: Mon, 19 Aug 2024 17:03:27 +0200 Subject: [PATCH] Remove log --- frontends/rtlil/rtlil_parser.y | 1 - 1 file changed, 1 deletion(-) diff --git a/frontends/rtlil/rtlil_parser.y b/frontends/rtlil/rtlil_parser.y index 874e6fdd0c0..3d9862ebbe3 100644 --- a/frontends/rtlil/rtlil_parser.y +++ b/frontends/rtlil/rtlil_parser.y @@ -450,7 +450,6 @@ constant: $$->bits.push_back(*it); if (is_signed) { $$->flags |= RTLIL::CONST_FLAG_SIGNED; - log("Setting SIGNED flag for constant with width %d\n", width); } free($1); } |