bag3_testbenches.schematic.mos_tb_noise

Module Contents

Classes

bag3_testbenches__mos_tb_noise

Module for library bag3_testbenches cell mos_tb_noise.

class bag3_testbenches.schematic.mos_tb_noise.bag3_testbenches__mos_tb_noise(database: bag.design.database.ModuleDB, params: bag.util.immutable.Param, **kwargs: Any)[source]

Bases: bag.design.module.Module

Module for library bag3_testbenches cell mos_tb_noise.

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(dut_lib: str, dut_cell: 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()