1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 23:22:24 +00:00
niar/README.md

16 lines
633 B
Markdown
Raw Normal View History

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
[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