From a0ce4ceab041fc4a85d1db100ad5e297f4cffbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camille=20Moni=C3=A8re?= <37298590+DrasLorus@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:37:46 +0200 Subject: [PATCH] Update README.md on github Add a CI badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6a2cbf..46b2a5e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CORDIC Rotate APFX +[![CmakeDocker](https://github.com/DrasLorus/CORDIC_Rotate_APFX/actions/workflows/docker.yml/badge.svg)](https://github.com/DrasLorus/CORDIC_Rotate_APFX/actions/workflows/docker.yml) + A free way to implement a CORDIC-based rotation using HLS, with bit-accurate precision. ## Goal