Altera_Forum
Honored Contributor
14 years agoBest power reduction approach when idle
Hi
lets say I have a relatively large block of logic (> 1K LE) that is can be idle part of the time, because the outputs are ignored. what is the best way the reduce the power consumed by this block? a few options I thought about are: reset: is there a difference between synchronous and asynchronous reset? clock enable:not sure if stopping the clock enable signal will save any power :confused: the clock itself is still running... settings the inputs to a constant, the same as clock enable... clock: if I stop the clock using a simple AND gate, will it affect timing? must I use a clock control block? (the entire design uses a single clock) will it use another global clock network? your insights are welcomed.