netlist_carpentry.core.enums
ΒΆ
A collection of enum classes for several purposes, including handling signals, directions and element types.
Modules:
-
directionβEnum for the direction of a port in a digital circuit (input, output, inout, unknown).
-
element_typeβAn enum representing the possible types of netlist elements.
-
signalβAn enumeration representing possible states of a digital signal (0, 1, x, z).