-
Notifications
You must be signed in to change notification settings - Fork 68
VCC
Pepijn de Vos edited this page Nov 17, 2024
·
2 revisions
The VCC primitive is a logic high level generator, generating an output referred to as V. The VCC output is represented by the port name "V". This output can be used in digital circuit design as a reference point for high-level signals.
This device is supported in Apicula.
Port | Size | Direction |
---|---|---|
V | 1 | output |
VCC vcc_inst (
.V(V)
);