Fayalite is a Rust library for designing digital hardware. Published at https://crates.io/crates/fayalite
Find a file
Jacob Lifshay 6446b71afd
All checks were successful
/ deps (push) Successful in 18s
/ test (push) Successful in 4m56s
/ deps (pull_request) Successful in 13s
/ test (pull_request) Successful in 5m0s
deduce_resets works!
2024-11-27 23:24:11 -08:00
.forgejo/workflows increase rust version in CI too 2024-11-24 14:46:25 -08:00
crates deduce_resets works! 2024-11-27 23:24:11 -08:00
scripts add script for checking copyright headers 2024-09-22 15:29:28 -07:00
.gitignore add missing copyright headers 2024-09-22 15:30:05 -07:00
Cargo.lock update petgraph dependency to include UnionFind::new_set() 2024-11-25 00:00:26 -08:00
Cargo.toml update petgraph dependency to include UnionFind::new_set() 2024-11-25 00:00:26 -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.