2024-06-13 18:51:30 +00:00
|
|
|
# niar
|
|
|
|
|
2024-06-16 14:21:24 +00:00
|
|
|
A small framework for building projects with [Amaranth]. Provides support for using [CXXRTL], optionally with [Zig] and [zxxrtl].
|
2024-06-13 18:51:30 +00:00
|
|
|
|
2024-06-16 14:21:24 +00:00
|
|
|
See the [template project] for usage, and [ili9341spi] for a complete example with Zig.
|
2024-06-13 18:51:30 +00:00
|
|
|
|
|
|
|
[Amaranth]: https://amaranth-lang.org/
|
2024-06-16 14:21:24 +00:00
|
|
|
[CXXRTL]: https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/write_cxxrtl.html
|
|
|
|
[Zig]: https://ziglang.org/
|
|
|
|
[zxxrtl]: https://github.com/kivikakk/zxxrtl
|
2024-06-16 14:19:44 +00:00
|
|
|
[template project]: https://github.com/kivikakk/niar/tree/main/template
|
2024-06-16 14:21:24 +00:00
|
|
|
[ili9341spi]: https://github.com/kivikakk/ili9341spi
|