Minimum power consumption of Cyclone 10LP.
I'm trying to find the minimum power consumption of a Cyclone 10LP. Specifically the 10CL025YU256C8G and 10CL025YU256I7G. The first is on an arrow cyc1000 board and the second is on an intel c10 eval board.
On the arrow, the minimum power consumption I can get is 100mA when powered by 5V USB. On the intel eval board, the best I can get is around 200mA. The arrow has all the leds turned off and the SDRAM in power off mode. The intel eval also has all the leds turned off, the ethernet phy in power down mode through MDIO, and the SDRAM spec says the RAM should go into low power mode automatically if the clock is stopped. On both boards I have a very simple design that does nothing but have static outputs with no clocks.
That the intel eval board takes 200mA is a bit surprising to me since it's about 1W of power even though nothing is happening. In fact, the power consumption of the board with a soft cpu running a benchmark isn't much higher then the simple design. The only thing I can think of that's using up that much power is the switching voltage regulators on the board, since I know that some switching regulators can use lot's of power even if the load is very small.
I'm looking into using these FPGAs in a device that would normally use a traditionally microcontroller and need to be able to put the device some kind of sleep mode that it can wake up from. Many controllers can consume less then 1mA @ 3.3V in sleep.