Skip to content

Commit

Permalink
quicklogic: ql_dsp_io_regs debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Mar 6, 2025
1 parent 8b6049a commit caf9211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions techlibs/quicklogic/ql_dsp_io_regs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string> ports2del;
Expand Down

0 comments on commit caf9211

Please # to comment.