First page Back Continue Last page Overview Graphics
Add Constraints: Optimize Area
set_max_area: This constraint specifies the maximum area a particular design should have. The value is specified in units used to describe the gate-level macro cells in the technology library.
Example: to minimise the design area, we issue the commands
set_max_area 0
This will instruct design compiler to use as little area as possible.