Skip to content

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).