xbase.layout.esd_static

Submodules

Package Contents

Classes

ESDStatic

This class instantiates a static ESD layout as a BlackBoxTemplate and then brings up pins on routing grid.

class xbase.layout.esd_static.ESDStatic(temp_db: bag.layout.template.TemplateDB, params: bag.util.immutable.Param, **kwargs: Any)[source]

Bases: bag.layout.template.TemplateBase

This class instantiates a static ESD layout as a BlackBoxTemplate and then brings up pins on routing grid.

property conn_layer: int[source]
property top_layer: int[source]

The top layer ID used in this template.

Type:

int

property tr_manager: bag.layout.routing.base.TrackManager[source]
classmethod get_schematic_class() Optional[Type[bag.design.module.Module]][source]
classmethod get_params_info() Mapping[str, str][source]

Returns a dictionary from parameter names to descriptions.

Returns:

param_info – dictionary from parameter names to descriptions.

Return type:

Mapping[str, str]

draw_layout() None[source]

Draw the layout of this template.

Override this method to create the layout.

WARNING: you should never call this method yourself.