About power management control of MAX10
I want to set it to sleep mode when it is not working to save the power consumption of MAX10.
I referred to the reference design, but I don't understand how to use PMC.
Power Management Controller | Design Store for Intel® FPGAs
I don't need ”gpio_pad_output[3:0]” or "cnt_value[7:0]/cnt_enter_sleep[7:0]/cnt_exit_sleep[7:0]" (User Logic) because I only want to suppress power when MAX10 is not operating.
Is it enough to connect "ioe" from PMC to IO Buffer(altera_gpio_lite) and "clk_ena" from PMC to Clock Control Block(clk_control_cltclkctrl)?
Do I need any connection from IO Buffer / Clock Control Block to my circuit?
Is power management of each GPIO automatically implemented from the IP of IO Buffer(altera_gpio_lite) under the control of ioe?
Similarly, is the power management of the global clock automatically implemented from the IP of Clock Control Block(clk_control_cltclkctrl) under the control of ena?
Please help me, thank you.