Forum Discussion

cdmski's avatar
cdmski
Icon for New Contributor rankNew Contributor
3 years ago
Solved

No 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...
  • sstrell's avatar
    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?