Struct xc2bit::XC2PLAAndTerm [] [src]

pub struct XC2PLAAndTerm { /* fields omitted */ }

Represents one single AND term in the PLA. Each AND term can perform an AND function on any subset of its inputs and the complement of those inputs. The index for each input is the corresponding ZIA row.

Methods

impl XC2PLAAndTerm
[src]

[src]

Internal function that reads one single AND term from a block of fuses using logical fuse indexing

[src]

Returns true if the ith input is used in this AND term

[src]

Returns true if the ith input complement is used in this AND term

[src]

Sets whether the ith input is used in this AND term

[src]

Sets whether the ith input complement is used in this AND term

Trait Implementations

impl Copy for XC2PLAAndTerm
[src]

impl Clone for XC2PLAAndTerm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2PLAAndTerm
[src]

impl PartialEq for XC2PLAAndTerm
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for XC2PLAAndTerm
[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 XC2PLAAndTerm
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for XC2PLAAndTerm
[src]

[src]

Returns a "default" AND term. The default state is for none of the inputs to be selected.

Auto Trait Implementations

impl Send for XC2PLAAndTerm

impl Sync for XC2PLAAndTerm