fayalite/crates/fayalite
2024-08-15 22:00:24 -07:00
..
examples refactor fayalite::cli to expose subcommands 2024-07-22 01:41:45 -07:00
src WIP: use HdlOption[the_type_var] or UInt[123 + n] for creating types 2024-08-15 22:00:24 -07:00
tests WIP: use HdlOption[the_type_var] or UInt[123 + n] for creating types 2024-08-15 22:00:24 -07:00
build.rs initial public commit 2024-06-10 23:09:13 -07:00
Cargo.toml add cli for compiling to verilog 2024-07-23 23:49:39 -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 rename FixedType->StaticType, fixed_type()->static_type(), hdl(fixed_type)->hdl(static), IsFixedLen->IsStaticLen 2024-07-30 20:16:00 -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.