bag3_analog.schematic.high_pass_clk

Module Contents

Classes

bag3_analog__high_pass_clk

A HPF array with the inputs connected differentially to clocks

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

Bases: bag.design.module.Module

A HPF array with the inputs connected differentially to clocks

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:

Mapping[str, str]

design(narr: int, ndum: int, hp_params: Mapping) 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()