PPT ½½¶óÀ̵å
- Grouping operators in a given expression can help to guide some aspects of logic synthesis while enhancing the readability of the code.
Z <= ( A + B ) + ( C + D) ;
This is especially important when the target technology is LUT (Look-Up Table) based. Each added level of logic incurs additional block and routing delays.