rust_hls_macro 0.2.0

High level synthesis support for rust-hdl
Documentation
1
2
3
4
5
6
7
8
9
use rust_hls::hls;

#[hls]
pub enum Adder {
    A,
    B,
}

fn main() {}