bag3_digital.schematic.latch

Module Contents

Classes

bag3_digital__latch

Module for library bag3_digital cell latch.

class bag3_digital.schematic.latch.bag3_digital__latch(database: bag.design.database.ModuleDB, params: bag.util.immutable.Param, **kwargs: Any)[source]

Bases: bag.design.module.Module

Module for library bag3_digital cell latch.

Fill in high level description here.

yaml_file[source]
classmethod get_params_info() Dict[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]

design(lch: int, w_p: int, w_n: int, th_p: str, th_n: str, seg_dict: Dict[str, int]) None[source]

To be overridden by subclasses to design this module.

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()

array_instance()