3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Logging for ffAD

This commit is contained in:
Eddie Hung 2019-09-06 14:10:12 -07:00
parent e926f2973e
commit 2c32056990

View file

@ -177,6 +177,9 @@ void pack_xilinx_dsp(dict<SigBit, Cell*> &bit_to_driver, xilinx_dsp_pm &pm)
if (st.ffA)
log(" ffA:%s", log_id(st.ffA));
if (st.ffAD)
log(" ffAD:%s", log_id(st.ffAD));
if (st.ffB)
log(" ffB:%s", log_id(st.ffB));