Enum xc2bit::XC2MCXorMode [] [src]

pub enum XC2MCXorMode {
    ZERO,
    ONE,
    PTC,
    PTCB,
}

Mux selection for the "not from OR gate" input to the XOR gate. The XOR gate in a macrocell contains two inputs, the output of the corresponding OR term from the PLA and a specific dedicated AND term from the PLA.

Variants

A constant zero which results in this XOR outputting the value of the OR term

A constant one which results in this XOR outputting the complement of the OR term

XOR the OR term with the special product term C

XNOR the OR term with the special product term C

Methods

impl XC2MCXorMode
[src]

[src]

impl XC2MCXorMode
[src]

[src]

Trait Implementations

impl Copy for XC2MCXorMode
[src]

impl Clone for XC2MCXorMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2MCXorMode
[src]

impl PartialEq for XC2MCXorMode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Hash for XC2MCXorMode
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for XC2MCXorMode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for XC2MCXorMode

impl Sync for XC2MCXorMode