3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-18 06:39:03 +00:00

quicklogic: ql_dsp_io_regs debug print

This commit is contained in:
Emil J. Tywoniak 2025-03-06 18:01:28 +01:00 committed by Martin Povišer
parent 35efe92949
commit fb3ad314ba

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;