From 91bcf81dbda538ddb23a992eedc6c3ec67bcec56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Mon, 25 Sep 2023 14:45:56 +0200 Subject: [PATCH] booth: Note down debug prints are broken --- passes/techmap/booth.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/passes/techmap/booth.cc b/passes/techmap/booth.cc index b81225d07..be38c8fc3 100644 --- a/passes/techmap/booth.cc +++ b/passes/techmap/booth.cc @@ -52,6 +52,9 @@ or in generic synthesis call with -booth argument: synth -top my_design -booth */ +//FIXME: These debug prints are broken now, should be fixed or removed. +//#define DEBUG_CPA + #include "kernel/sigtools.h" #include "kernel/yosys.h"