piel.models.physical.electronic.op_amp#

# Fully Differential OTA Example

Highlights the capacity to use Diff signals and `Pair`s of instances for differential circuits. Taken from dan-fritchman/Hdl21

Attributes#

Classes#

MosParams

CapCell

# Compensation Capacitor Cell

ResCell

# Compensation Resistor Cell

Compensation

# Single Ended RC Compensation Network

Functions#

DiffOta(→ hdl21.Module)

# Fully Differential OTA

main()

Module Contents#

class MosParams[source]#
m#
nmos#
pmos#
DiffOta(_: hdl21.HasNoParams) hdl21.Module#

# Fully Differential OTA With input-stage common-mode feedback.

class CapCell#

# Compensation Capacitor Cell

class ResCell#

# Compensation Resistor Cell

class Compensation#

# Single Ended RC Compensation Network

r#
c#
main()[source]#