Logging for ffAD

This commit is contained in:
Eddie Hung 2019-09-06 14:10:12 -07:00
parent e926f2973e
commit 2c32056990
1 changed files with 3 additions and 0 deletions

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