fayalite/crates/fayalite
2024-07-21 20:46:23 -07:00
..
src add utility functions for getting smallest integer type that fits a range/value 2024-07-21 20:46:23 -07:00
tests rename ClockDomain fields to clk and rst for consistency 2024-07-16 19:46:08 -07:00
build.rs initial public commit 2024-06-10 23:09:13 -07:00
Cargo.toml WIP writing docs -- refactor #[hdl] docs to be a module tree for easier navigation 2024-07-18 00:13:28 -07:00
LICENSE.md prep for eventual publishing 2024-07-11 22:39:00 -07:00
Notices.txt prep for eventual publishing 2024-07-11 22:39:00 -07:00
README.md prep for eventual publishing 2024-07-11 22:39:00 -07:00
visit_types.json work around rustdoc bug https://github.com/rust-lang/rust/issues/127593 2024-07-10 23:00:05 -07:00

Fayalite

Fayalite is a library for designing digital hardware -- a hardware description language (HDL) embedded in the Rust programming language. Fayalite's semantics are based on FIRRTL as interpreted by LLVM CIRCT.