cells are not honoring regions even after using setPlaceMode -forceFenceRegion true

Status
Not open for further replies.

kapil_vlsi1

Member level 2
Joined
Jun 1, 2009
Messages
46
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,286
Activity points
1,521
cells are not honoring regions even after using setPlaceMode -forceFenceRegion true in Encounter.

Is there a way in encounter how we can make the tool honor regions. Please help.
 

Hi Kapil,

Did u try , something like this

setPlaceMode -forceFenceRegion true -hardFence true -honorSoftBlockage true
placeDesign
checkPlace
refinePlace -hardFence true
checkPlace


also dont forget to add
setOptMode -honorFence true

sometimes during optimization, if your congestion is high , fences would be ignored. so its better to set it up front in deisgn flow.
 
Its working but the main reason why we are giving is to legalize placement. Still some overlaps in standard cell after refine place and setPlaceMode -forceFenceRegion true -hardFence true -honorSoftBlockage true
or do we have to fix it manually.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…