quicklogic: ql_dsp_io_regs debug print

This commit is contained in:
Emil J. Tywoniak 2025-03-06 18:01:28 +01:00
parent 8b6049a220
commit caf921161c
1 changed files with 1 additions and 0 deletions

View File

@ -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;