The One-Hot coding style will
use as many Flip/Flops as the number of states - in
comparison will a Binary, Gray, Decomposed only take
|Log2(N)+1| Flip/Flops.
If you want 32 states will it
take 32 F/F's with One-Hot but only 5 F/F's with a Binary
coding.
Nevertheless will the synthesize-tool prefer a One-Hot
coding if your synthesizing for a FPGA family and Binary
coding if your planning to use a CPLD family.
The explanation of this fact:
FPGA's got lots of F/F's
but less logic hence will a One-Hot coding be preferred
for "large" State Machines
CPLD's got fewer number of F/F's but lots of logic and
hence will a Binary coding be preferred.