mirror of https://github.com/YosysHQ/yosys.git
quicklogic: ql_dsp_io_regs debug print
This commit is contained in:
parent
8b6049a220
commit
caf921161c
|
@ -127,6 +127,7 @@ struct QlDspIORegs : public Pass {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set new type name
|
// 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);
|
cell->type = RTLIL::IdString(new_type);
|
||||||
|
|
||||||
std::vector<std::string> ports2del;
|
std::vector<std::string> ports2del;
|
||||||
|
|
Loading…
Reference in New Issue