From cc3bdc8bf8dcb36d2348685a7bf4696f3585ccab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Wed, 8 Feb 2023 20:29:18 +0100 Subject: [PATCH] Add CI bage, fix incorrect reference to AES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joachim StroĢˆmbergson --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1891328..a3aec8b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![build-openlane-sky130](https://github.com/secworks/chacha/actions/workflows/ci.yml/badge.svg?branch=master&event=push)](https://github.com/secworks/chacha/actions/workflows/ci.yml) + chacha ======== @@ -82,7 +84,7 @@ fusesoc run --target=tb_chacha --tool=modelsim secworks:crypto:chacha List all targets ~~~ -fusesoc core show secworks:crypto:aes +fusesoc core show secworks:crypto:chacha ~~~ ## Implementation results##