Fayalite is a Rust library for designing digital hardware. Published at https://crates.io/crates/fayalite
Find a file
Jacob Lifshay c756aeec70
All checks were successful
/ deps (push) Successful in 18s
/ test (push) Successful in 5m20s
/ deps (pull_request) Successful in 13s
/ test (pull_request) Successful in 6m32s
tests/sim: add test for memory rw port
2024-12-12 20:50:41 -08:00
.forgejo/workflows test doc tests in CI 2024-12-01 20:21:26 -08:00
crates tests/sim: add test for memory rw port 2024-12-12 20:50: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 change to version 0.3.0 for breaking change 2024-12-05 20:26:28 -08:00
Cargo.toml change to version 0.3.0 for breaking change 2024-12-05 20:26:28 -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.