casperfpga 0.2.2

A library for monitor and control of CASPER FPGA deivces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Prelude (helpful reexports) for this package

pub use crate::transport::{
    tapcp::{
        self,
        Tapcp,
    },
    Transport,
};
pub use casper_utils::design_sources::fpg::read_fpg_file;
pub use casperfpga_derive::fpga_from_fpg;
pub use fixed::prelude::*;