Registry / other / rust-hdl-lib-core

rust-hdl-lib-core

JSON →
library0.44.1rscratesunverified

Core library for writing FPGA firmware in Rust using the rust-hdl framework.

# Cargo.toml [dependencies] rust_hdl_lib_core = "0.44.1"
INSTALL
IMPORT
SIG · RUST-HDL-LIB-CORE
R
rust-hdl-lib-core
otherrustv0.44.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

prelude
use rust_hdl_lib_core::prelude::*;

Creates an 8-bit signal and assigns a value.

use rust_hdl_lib_core::prelude::*; fn main() { let mut signal = Signal::<_, 8>::new(); signal.next = 0xAA; println!("{:?}", signal); }
Debug
Known issues
gotchaRequires nightly Rust and specific target (e.g., x86_64-unknown-none) for FPGA synthesis.
fix
Use rustup to install nightly and appropriate target.
affects: >=0.44.0
Upgrade
Version history
0.44.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
rust-hdl-lib-core — cargo add rust-hdl-lib-core · libregistry