From 01446127514ba4d4d67a942219788dd2d036333d Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 7 Sep 2022 09:46:59 +0200 Subject: [PATCH] tools/litex_contributors: Add RapidSilicon to companies. RapidSilicon is helping funding the improvement/development of LiteX features and the team also contribute directly to the project. --- litex/tools/litex_contributors.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/litex/tools/litex_contributors.py b/litex/tools/litex_contributors.py index 53a0504e6..5fab378c6 100755 --- a/litex/tools/litex_contributors.py +++ b/litex/tools/litex_contributors.py @@ -32,8 +32,9 @@ class Author: # Use Git Log + Processing to create the list of Contibutors --------------------------------------- companies = { - "Antmicro" : "Antmicro.com", - "Google" : "Google.com", + "Antmicro" : "Antmicro.com", + "Google" : "Google.com", + "RapidSilicon" : "RapidSilicon.com", } def list_contributors(path):