bag3_testbenches.schematic.dut

Module Contents

Classes

bag3_testbenches__dut

Module for library bag3_testbenches cell dut.

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

Bases: bag.design.module.Module

Module for library bag3_testbenches cell dut.

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