2024-06-16 14:21:50 +00:00
|
|
|
# Niar
|
2024-06-13 18:51:30 +00:00
|
|
|
|
2024-06-27 16:53:11 +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-27 16:53:11 +00:00
|
|
|
See the [template project] for usage, [Sae] for what I'm working on right now,
|
|
|
|
and [ili9341spi] for a complete example with Zig.
|
2024-06-13 18:51:30 +00:00
|
|
|
|
2024-07-04 15:19:38 +00:00
|
|
|
See the [CHANGELOG] for updates and what's yet to be released.
|
2024-07-04 15:19:09 +00:00
|
|
|
|
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-27 16:53:11 +00:00
|
|
|
[Sae]: https://github.com/kivikakk/sae
|
2024-06-16 14:21:24 +00:00
|
|
|
[ili9341spi]: https://github.com/kivikakk/ili9341spi
|
2024-07-04 15:19:09 +00:00
|
|
|
[CHANGELOG]: CHANGELOG.md
|