From e11d033b0fd4dbb6a3b2de79bb0a917af0c05e04 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 10 Dec 2021 10:42:15 +0000 Subject: [PATCH] README: update header. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a31865..6ac56b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Amaranth HDL +# Amaranth HDL (previously nMigen) The Amaranth project provides an open-source toolchain for developing hardware based on synchronous digital logic using the Python programming language, as well as [evaluation board definitions][amaranth-boards], a [System on Chip toolkit][amaranth-soc], and more. It aims to be easy to learn and use, reduce or eliminate common coding mistakes, and simplify the design of complex hardware with reusable components.