Technology File Requirements for Modgens
The following Modgen features have specific technology file requirements:
|
Routing in Modgens requires a complete layout function section for metal and poly layers and basic width and spacing rules on the metal and poly layers to be defined in the technology file. |
|
|
To use body contacts in Modgens, ensure that the technology file includes either a standard or a custom via definition that defines connections to well or active layers. The well and active layers must also be defined in the Layer Function section of the technology file. |
|
|
To use guard rings in Modgens, define the required Multiple Part Paths (MPPs) in the technology file. |
|
|
Modgens read rules from the user-defined constraint groups and the foundry technology groups in the technology file. The default lookup path for these groups is in the following sequence:
The tool constraint group is stored outside the foundry constraint group. Before running the tool, specify the required tool constraint group using the If the string in the environment variable is empty, the foundry constraint group is used. If the string has an invalid value, a warning is displayed and the foundry constraint group is used. Modgens also read from the default wire editing constraint group, if set.
See |
|
|
Placement grid support is a method that keeps all shapes on specific grids per layer. The placement grid rule is obeyed at a higher precedence than custom spacing or detailed spacing rules. So, even if, according to the custom spacing rule, an instance is placed off the instance grid, it is automatically snapped to the next nearest placement grid. In addition, the origin of the Modgen figGroup is placed on the placement grid. This ensures correct placement of instances on their respective placement grids when the entire Modgen is placed by the placer.
Use environment variable |
|
|
If
(placementGrids (verticalPitch 1.0) (verticalOffset 0.0) (horizontalPitch 1.5) (horizontalOffset 0.5) ) Situation 1: The placement grid values exist and are on the grid with respect to the manufacturing grid. During placement, the origin of each instance is snapped to the nearest placement grid horizontally and vertically. For the Modgen, the instances are snapped up. Situation 2: The placement grid values exist, but are not on the grid with respect to the manufacturing grid. A warning is displayed and placement continues using only the manufacturing grid. |
Related Topics
Return to top