Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can you elaborate moreWhy would you like to go that low? It is far from optimal at that point, the generated circuit is going to be more power hungry and slower than the same circuit placed at 50% utilization
You mean to say Synthesis area report we consider as intial utilisation?"How the intial utilisation is decided at PD stage."
How about you synthesize things in your technology, then look at std cell area from synthesis report.
This can be used to assume 50-60% beginning util and that can give you the area as
BOX_area = 2 * SYNTH_std_cell_area ; # for 50 % util
careful with rules of thumb. it changes form tech to tech and stack to stack. having been doing this for 2 decades, I can say I have seen one tech where we would start from 40% and move up. reaching 50% was hell. In another tech, the starting point was 70%. reaching 80% was doable.Synthesis area report is just cell area. Utilization is cell area/ core area
You pick core area, if you want to waste money you can aim for 10 % utilization for your project.
More realistic is 50 55 % to start, then account 5 % for scan mbist..2 3% for hold fixing.