-
Notifications
You must be signed in to change notification settings - Fork 68
GND
Pepijn de Vos edited this page Nov 17, 2024
·
2 revisions
The GND primitive is a logic low level generator, specifically producing a GND output. It has a single port named "G" that outputs GND, which is described as the logic low level. The GND primitive serves to generate this stable low-level voltage or signal.
This device is supported in Apicula.
Port | Size | Direction |
---|---|---|
G | 1 | output |
GND gnd_inst (
.G(G)
);