Forum Discussion
Gyud0
Occasional Contributor
2 years agoHey again,
I mean that I need a design (or a guidance) that consumes a lot of ALMs and it makes the FPGA to consume more power.
And in the next level, I would like to control how many ALMs this design requires.
- _AK6DN_2 years ago
Frequent Contributor
Make a long shift register with multiple taps.
Like really long, 100K to 250K bits, whatever you do to get to 75% or more utilization on your target device.
Then feed an alternating 0/1 pattern into it, causing 100% activity on those logic paths.
And maybe provide several intermediate points where you can force in a 0 or 1 to disable trailing cells, to allow tailoring your power consumption.
And use a variable frequency master clock input as well to allow varying overall power consumption.