xbase.layout.diode.tech

This module defines diode technology class.

Module Contents

Classes

DiodeTech

Helper class that provides a standard way to create an ABC using

class xbase.layout.diode.tech.DiodeTech(tech_info: bag.layout.tech.TechInfo, dio_type: str = '')[source]

Bases: xbase.layout.array.tech.ArrayTech, abc.ABC

Helper class that provides a standard way to create an ABC using inheritance.

property dio_config: Mapping[str, Any][source]
property conn_layer: int[source]