We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7179e4f commit 91bcf81Copy full SHA for 91bcf81
passes/techmap/booth.cc
@@ -52,6 +52,9 @@ or in generic synthesis call with -booth argument:
52
synth -top my_design -booth
53
*/
54
55
+//FIXME: These debug prints are broken now, should be fixed or removed.
56
+//#define DEBUG_CPA
57
+
58
#include "kernel/sigtools.h"
59
#include "kernel/yosys.h"
60
0 commit comments