Fayalite is a Rust library for designing digital hardware. Published at https://crates.io/crates/fayalite
Find a file
Jacob Lifshay 1c63a441a9
Some checks failed
/ test (push) Failing after 1m5s
add needed tools to CI
2024-10-03 00:35:43 -07:00
.forgejo/workflows add needed tools to CI 2024-10-03 00:35:43 -07:00
crates add mod formal and move assert/assume/cover stuff to it 2024-10-01 19:56:17 -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 add formal subcommand 2024-09-25 02:00:06 -07:00
Cargo.toml support redirecting subprocesses' stdout/stderr to print!() so it gets captured for rust tests 2024-09-25 02:00:06 -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.