bag3_analog.schematic.res_ladder

Module Contents

Classes

bag3_analog__res_ladder

Module for library bag3_analog cell res_ladder.

class bag3_analog.schematic.res_ladder.bag3_analog__res_ladder(database: bag.design.database.ModuleDB, params: bag.util.immutable.Param, **kwargs: Any)[source]

Bases: bag.design.module.Module

Module for library bag3_analog cell res_ladder.

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:

Optional[Dict[str, str]]

design(w: int, l: int, res_type: str, nx: int, ny, nx_dum: int, ny_dum: int, top_vdd: bool, bot_vss: bool, sup_name: str, mres_info: Tuple[int, int, 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()