Fayalite is a Rust library for designing digital hardware. Published at https://crates.io/crates/fayalite
Find a file
Jacob Lifshay 86a1bb46be
All checks were successful
/ deps (pull_request) Successful in 11m32s
/ test (pull_request) Successful in 3m44s
/ deps (push) Successful in 15s
/ test (push) Successful in 4m9s
add #[hdl] let destructuring and, while at it, tuple patterns
2025-02-10 22:49:41 -08:00
.forgejo/workflows test doc tests in CI 2024-12-01 20:21:26 -08:00
crates add #[hdl] let destructuring and, while at it, tuple patterns 2025-02-10 22:49:41 -08:00
scripts tests/sim: split expected output text into separate files 2024-12-05 18:17:13 -08:00
.gitignore add missing copyright headers 2024-09-22 15:30:05 -07:00
Cargo.lock upgrade syn version 2024-12-28 23:39:08 -08:00
Cargo.toml upgrade syn version 2024-12-28 23:39:08 -08:00
LICENSE.md initial public commit 2024-06-10 23:09:13 -07:00
Notices.txt initial public commit 2024-06-10 23:09:13 -07:00
README.md add missing copyright headers 2024-09-22 15:30: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.