Rule of Seven in Chip Design !!!
Rule of Seven: Human mind can hold up to seven objects in one time
Applying this rule in Chip design:
Applying this rule in Chip design:
- FSM state which crossed 7 (or up to 9) states can be changed to HFSM- Hierarchical FSM which helps designers and architects easy to think, review, debug
- In SoC, If we have more than 7 (or up to 9) blocks under one hierarchy which indicates the structure is getting more complex. So design partition needed to minimize complexity
Psychologically mind looks for more opportunities when we feed it with minimal objects.
So at one time, we need to see minimal design objects for efficient thinking & design.
So at one time, we need to see minimal design objects for efficient thinking & design.
Reference: Simple Art of SoC Design
Comments
Post a Comment