mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-19 16:39:39 +00:00
Remove pmgen related users of log_id
This commit is contained in:
parent
4a7878b17f
commit
965a3e67f0
5 changed files with 40 additions and 40 deletions
|
|
@ -195,7 +195,7 @@ void microchip_dsp_packC(microchip_dsp_CREG_pm &pm)
|
|||
auto &st = pm.st_microchip_dsp_packC;
|
||||
|
||||
log_debug("Analysing %s.%s for Microchip DSP packing (REG_C).\n", pm.module, st.dsp);
|
||||
log_debug("ffC: %s\n", log_id(st.ffC, "--"));
|
||||
log_debug("ffC: %s\n", st.ffC ? st.ffC->name.unescape() : "--");
|
||||
|
||||
Cell *cell = st.dsp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue