Struct xc2bit::XC2PLAOrTerm [] [src]

pub struct XC2PLAOrTerm { /* fields omitted */ }

Represents one single OR term in the PLA. Each OR term can perform an OR function on any subset of its inputs. The index for each input is the index of the corresponding AND term in the same PLA.

Methods

impl XC2PLAOrTerm
[src]

[src]

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

[src]

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

[src]

Sets whether the ith AND term is used in this OR term

Trait Implementations

impl Copy for XC2PLAOrTerm
[src]

impl Clone for XC2PLAOrTerm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2PLAOrTerm
[src]

impl PartialEq for XC2PLAOrTerm
[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 XC2PLAOrTerm
[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 XC2PLAOrTerm
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for XC2PLAOrTerm
[src]

[src]

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

Auto Trait Implementations

impl Send for XC2PLAOrTerm

impl Sync for XC2PLAOrTerm