fayalite/crates/fayalite
2024-09-25 01:28:11 -07:00
..
examples add missing copyright headers 2024-09-22 15:30:05 -07:00
src switch to #[derive(Parser)] instead of #[derive(Args)] 2024-09-25 01:28:11 -07:00
tests add assert/assume/cover 2024-09-23 19:10:51 -07:00
build.rs WIP: use HdlOption[the_type_var] or UInt[123 + n] for creating types 2024-08-21 22:27:21 -07:00
Cargo.toml clean up deps and move missed deps to workspace 2024-09-25 01:22:35 -07:00
LICENSE.md prep for eventual publishing 2024-07-11 22:39:00 -07:00
Notices.txt prep for eventual publishing 2024-07-11 22:39:00 -07:00
README.md prep for eventual publishing 2024-07-11 22:39:00 -07:00
visit_types.json add assert/assume/cover 2024-09-23 19:10:51 -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.