From 10d7f867ffa45904476484bb3f99fa7e3b9c2fb9 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Thu, 27 Jun 2024 19:53:11 +0300 Subject: [PATCH] README: update. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a948a18..fa978b4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # Niar -A small framework for building projects with [Amaranth]. Provides support for using [CXXRTL], optionally with [Zig] and [zxxrtl]. +A small framework for building projects with [Amaranth]. Provides support for +using [CXXRTL], optionally with [Zig] and [zxxrtl]. -See the [template project] for usage, and [ili9341spi] for a complete example with Zig. +See the [template project] for usage, [Sae] for what I'm working on right now, +and [ili9341spi] for a complete example with Zig. [Amaranth]: https://amaranth-lang.org/ [CXXRTL]: https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/write_cxxrtl.html [Zig]: https://ziglang.org/ [zxxrtl]: https://github.com/kivikakk/zxxrtl [template project]: https://github.com/kivikakk/niar/tree/main/template +[Sae]: https://github.com/kivikakk/sae [ili9341spi]: https://github.com/kivikakk/ili9341spi