- Notifications
You must be signed in to change notification settings - Fork110
PDN-0185 Insufficient width to add straps on layer#3539
-
When compiling:
With:
I get:
Plese tell me how I can overcome this problem? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 4 comments 2 replies
-
The error stems from the power grid definitions, which has some ability to adapt, but in this case, the circuit it likely too small to be (or has no logic generated). You can specify a floorplan with |
BetaWas this translation helpful?Give feedback.
All reactions
-
The following minimal design does work as long as the following constraints are
In particular it is sensitive to density: a density of9 fails whereas8 succeeds. Might it be worth automating the application of these constraints to avoid the inevitable As things stand, might not new users think they will always have to provide the outline Minimal design:
Compiled successfully with:
|
BetaWas this translation helpful?Give feedback.
All reactions
-
@philiprbrenan The issue here is that the design is so trivial as to cause issues. The powergrid scripts are the culprit here, they expect a minimum size, so that is something we could consider fixing over in lambdapdk (which is where the power grid scripts reside). |
BetaWas this translation helpful?Give feedback.
All reactions
-
Conversely, this does work without the outline and density constraints:
Specifying 4 bits as the input width does require the outline and density constraints to compile successfully. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Once the GDS is generated with this minimal design, how to create a padring? Any specific help would be highly appreciated. |
BetaWas this translation helpful?Give feedback.
All reactions
-
please open a separate issue for this |
BetaWas this translation helpful?Give feedback.