Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAs already said, hierarchical state machines are supposed to use a single system clock and clock enables rather than gated clocks for conditional activation of a particular state machine.
Because the whole design is located in a single clock domain, state variables from one state machine can be directly processed in an other one, normally.