10 lines
438 B
Markdown
10 lines
438 B
Markdown
<!--
|
|
SPDX-License-Identifier: LGPL-3.0-or-later
|
|
See Notices.txt for copyright information
|
|
-->
|
|
# 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](https://circt.llvm.org/docs/Dialects/FIRRTL/FIRRTLAnnotations/).
|
|
|
|
[FIRRTL]: https://github.com/chipsalliance/firrtl-spec
|