From a29e70845847066f5841944a08fba8c8f88dd7f0 Mon Sep 17 00:00:00 2001 From: Catherine Date: Tue, 14 Nov 2023 02:17:18 +0000 Subject: [PATCH] Mention YoWASP in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e4becb3..190cca1 100644 --- a/README.md +++ b/README.md @@ -163,3 +163,6 @@ To build specific target and architecture: ./builder.py build --target=yosys --arch=linux-arm64 ``` +# Alternatives + +If your project is primarily written in Python (using tools such as Amaranth or LiteX), and you only need synthesis and PnR tools, you might find [YoWASP](https://yowasp.org) more suited to your needs since it allows managing installation and versioning of these tools in the same way as any other Python package dependencies.