Forum Discussion

SusanB's avatar
SusanB
Icon for New Contributor rankNew Contributor
3 years ago

How to fix Power Estimation Confidence: Low: user provided insufficient toggle rate data

In my design, I have a 6b x 12b multiplier that is inferred from code that is essentially if(rising_edge(clock)) then if (clock_enable = '1') then result <= num_6b * num_12b; end if...