cdmski
New Contributor
3 years agoNo output depends on input (outputs stuck at VCC or GND) errors
I'm attempting to implement simple power sequencing logic in a MAX10 fpga.
There are four groups of power regulators that are enabled sequentially when the each regulator in the preceding group sup...
- 3 years ago
Weird. Other things I notice: you have 6 states, but you set S_FSM_ERROR as 'x (and only using 5 bits for the state). It should probably have a defined value. Also, even though you are manually doing one-hot encoding here, did you create a state machine encoding assignment in the Assignment Editor?