UTGRP

Resistive unidirectional switch, negative enabled (passes D to Q when EN=0).

SWITCH

Model

D Q EN

Note: The zigzag line inside the buffer represents the resistive element. Signal flows unidirectionally from D to Q.

Description

The UTGRP primitive is a resistive unidirectional switch that provides unidirectional flow from the D input to the Q output. It is enabled when EN is a logical-0 (negative enabled).

The circuit compiler automatically converts BTGRP elements to UTGRP elements where possible, to improve simulation throughput.

EN UTGRP Output
0 D (Passes through)
1 Z (High Impedance)
X Unknown

Equivalent Type Statement

Type=UTGRP i=EN,D o=Q

Example Usage

PART=sw1 TYPE=utgrp I=enable,data_in O=data_out

Notes