GND Definition
A low-level input voltage represented as a low (0) logic level in binary group values.
The following table describes specifies GND representations:
| Context | Representation | 
|---|---|
| AHDL Text Design (.tdf) file | GND is a predefined constant and keyword, and the default inactive node value | 
| VHDL Design (.vhd) file | GND is represented by '0'' | 
| Verilog Design (.v) file | GND is represented by 0 | 
| Block Editor file | GND is a primitive symbol | 
| Simulator and Waveform Editor | GND is represented as a low (0) logic level |