From cee9d2e346a4f5f21cf29f92e149cef5bbb3f8a4 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Tue, 11 Jun 2024 23:02:11 +0300 Subject: [PATCH] README: add ili9341spi. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26d7d27..d559ed9 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,12 @@ A little framework to build HDL projects in Chisel with open-source toolchains. ## Examples -* — used as part of a presentation on +* [spifrbb](https://github.com/kivikakk/spifrbb) — used as part of a presentation on CXXRTL at the Yosys Users Group ([transcript/slides][chisel-and-cxx]) -* — graphical demo of CXXRTL integration +* [sevsegsim](https://github.com/kivikakk/sevsegsim) — graphical demo of CXXRTL + integration +* [ili9341spi](https://github.com/kivikakk/ili9341spi) — SPI color LCD driver with + Zig testbench [chisel-and-cxx]: https://kivikakk.ee/digital/2024/05/28/chisel-and-cxx/