Fayalite is a Rust library for designing digital hardware. Published at https://crates.io/crates/fayalite
Find a file
Jacob Lifshay c45624e3c2
All checks were successful
/ deps (pull_request) Successful in 14s
/ test (pull_request) Successful in 4m42s
/ deps (push) Successful in 13s
/ test (push) Successful in 4m39s
Fix SInt::for_value not accounting for sign bit for positive values
Fixes: #4
2024-11-26 16:26:29 -08:00
.forgejo/workflows add repository to cache key 2024-10-30 20:55:02 -07:00
crates Fix SInt::for_value not accounting for sign bit for positive values 2024-11-26 16:26:29 -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 change to version 0.2.1 2024-10-30 19:36:05 -07:00
Cargo.toml change to version 0.2.1 2024-10-30 19:36:05 -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.