From caf921161c60dba6dee6d530893e5215ca260fd9 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Thu, 6 Mar 2025 18:01:28 +0100 Subject: [PATCH] quicklogic: ql_dsp_io_regs debug print --- techlibs/quicklogic/ql_dsp_io_regs.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/techlibs/quicklogic/ql_dsp_io_regs.cc b/techlibs/quicklogic/ql_dsp_io_regs.cc index ecf163dbf..d99623dcc 100644 --- a/techlibs/quicklogic/ql_dsp_io_regs.cc +++ b/techlibs/quicklogic/ql_dsp_io_regs.cc @@ -127,6 +127,7 @@ struct QlDspIORegs : public Pass { } // Set new type name + log_debug("Converted %s to %s\n", log_id(cell->type), new_type.c_str()); cell->type = RTLIL::IdString(new_type); std::vector ports2del;