-
Assuming that I have a DRC rule that says: Minimum density of Mx area is y%. How should I populate the fill.json? In particular it is not clear how I should set the following fields.
Are the The doc says
Should the For example with the following entries in the
I get the following error while running Klayout in step 6 to create the merged GDS file
What does this error means? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Are the width and height entries always taken as a pair? Yes The error sounds similar to the one in #1571. Perhaps the fix there will solve your problem as well once it is merged. |
Beta Was this translation helpful? Give feedback.
-
Note that we fill as much as possible and not to a particular target percentage. |
Beta Was this translation helpful? Give feedback.
-
I noticed that some designs use the following construct in the
|
Beta Was this translation helpful? Give feedback.
Are the width and height entries always taken as a pair? Yes
space_to_fill is the spacing between two fill objects
space_to_non_fill is the spacing between a fill object and any other sort of object (eg routing, pins)
The error sounds similar to the one in #1571. Perhaps the fix there will solve your problem as well once it is merged.