Struct xc2bit::XC2Bitstream [] [src]

pub struct XC2Bitstream {
    pub speed_grade: XC2Speed,
    pub package: XC2Package,
    pub bits: XC2BitstreamBits,
}

Toplevel struct representing an entire Coolrunner-II bitstream

Fields

Methods

impl XC2Bitstream
[src]

[src]

Dump a human-readable explanation of the bitstream to the given writer object.

[src]

Write a .jed representation of the bitstream to the given writer object.

[src]

Converts the bitstream into a FuseArray object so that it can be written to the native "crbit" format

[src]

Processes a fuse array into a bitstream object

[src]

Processes a fuse array (in physical addressing) into a bitstream object

[src]

Construct a new blank bitstream of the given part

Trait Implementations

Auto Trait Implementations

impl Send for XC2Bitstream

impl Sync for XC2Bitstream