Fayalite is a Rust library for designing digital hardware. Published at https://crates.io/crates/fayalite
Find a file
2024-10-15 21:32:38 -07:00
.forgejo/workflows try to fix ccache 2024-10-06 20:57:42 -07:00
crates limit sby to one thread each since it seems not to respect job count in parallel mode 2024-10-15 21:32:38 -07: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 switch to using a make job server for managing test parallelism 2024-10-15 20:32:33 -07:00
Cargo.toml switch to using a make job server for managing test parallelism 2024-10-15 20:32:33 -07: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.