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;