fayalite/crates/fayalite
2025-04-04 01:04:26 -07:00
..
examples change register names to end in _reg by convention 2024-10-06 18:50:09 -07:00
src implement [de]serializing BaseTypes, SimValues, and support PhantomConst<T> in #[hdl] struct S<T> 2025-04-04 01:04:26 -07:00
tests implement [de]serializing BaseTypes, SimValues, and support PhantomConst<T> in #[hdl] struct S<T> 2025-04-04 01:04:26 -07:00
build.rs add test for cfgs 2024-12-28 23:39:50 -08:00
Cargo.toml simulator WIP: use petgraph for topological sort over assignments 2024-11-20 22:53:54 -08: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 simplify setting an extern module simulation 2025-03-21 17:08:29 -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.