[package]
name = "rust-hdl-bsp-ok-xem7010"
version = "0.46.0"
edition = "2021"
license = "MIT"
description = "Support crate for RustHDL - provides Board Support Package for the OpalKelly XEM7010 module (Artix-7 based)"
homepage = "https://rust-hdl.org"
repository = "https://github.com/samitbasu/rust-hdl"
keywords = ["fpga", "verilog", "hardware"]
authors = ["Samit Basu <basu.samit@gmail>"]
[dependencies]
rust-hdl = { path = "../rust-hdl", version = "0.46.0", features = ["fpga"] }
rust-hdl-ok-core = { path = "../rust-hdl-ok-core", version = "0.46.0" }
rust-hdl-ok-frontpanel-sys = { path = "../rust-hdl-ok-frontpanel-sys", version = "0.46.0" }
rand = { version = "0.8.1" }