Technology library Declaration ============================== .. code-block:: xml * **lib_type:** can be either industry or academia [industry|academia]. For the industry library, some transistor types are available, and the type of transistor should be declared in the property transistor_type. * **transistor_type:** This XML property specify the transistors to be used in the industry library. For example, the type of transistors can be “TT”, “FF” etc. * **lib_path:** specify the path of the library. For example: lib_path=/home/tech/45nm.pm. * **nominal_vdd:** specify the working voltage for the technology. The voltage will be used as the supply voltage in all the SPICE netlist. .. code-block:: xml * **pn_ratio:** specify the ratio between p-type transistors and n-type transistors. The ratio will be used when building circuit structures such as inverters, buffers, etc. * **model_ref:** specify the reference of in calling a transistor model. In SPICE netlist, define a transistor follows the convention: . The reference depends on the technology and the type of library. For example, the PTM bulk model uses “M” as the reference while the PTM FinFET model uses “X” as the reference. .. code-block:: xml * **model_name:** specify the name of the p/n type transistor, which can be found in the manual of the technology provider. * **chan_length:** specify the channel length of p/n type transistor. * **min_width:** specify the minimum width of p/n type transistor. This parameter will be used in building inverter, buffer, etc. as a base number for transistor sizing.