Fayalite is a Rust library for designing digital hardware. Published at https://crates.io/crates/fayalite
Find a file
Cesar Strauss 3771cea78e
All checks were successful
/ deps (pull_request) Successful in 15s
/ test (pull_request) Successful in 3m35s
/ deps (push) Successful in 16s
/ test (push) Successful in 3m59s
Gather the FIFO debug ports in a bundle
2024-12-29 13:17:24 -03:00
.forgejo/workflows test doc tests in CI 2024-12-01 20:21:26 -08:00
crates Gather the FIFO debug ports in a bundle 2024-12-29 13:17:24 -03: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.