xbase.schematic.esd_static

Module Contents

Classes

xbase__esd_static

Module for library xbase cell esd_static.

class xbase.schematic.esd_static.xbase__esd_static(database: bag.design.database.ModuleDB, params: bag.util.immutable.Param, **kwargs: Any)[source]

Bases: bag.design.module.Module

Module for library xbase cell esd_static.

Fill in high level description here.

yaml_file[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:

Optional[Mapping[str, str]]

design(lib_name: str, cell_name: str) None[source]

To be overridden by subclasses to design this module.

This method should fill in values for all parameters in self.parameters. To design instances of this module, you can call their design() method or any other ways you coded.

To modify schematic structure, call:

rename_pin() delete_instance() replace_instance_master() reconnect_instance_terminal() restore_instance() array_instance()