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.
This commit is contained in:
Florent Kermarrec 2022-09-07 09:46:59 +02:00
parent 4d6813ae64
commit 0144612751
1 changed files with 3 additions and 2 deletions

View File

@ -32,8 +32,9 @@ class Author:
# Use Git Log + Processing to create the list of Contibutors --------------------------------------- # Use Git Log + Processing to create the list of Contibutors ---------------------------------------
companies = { companies = {
"Antmicro" : "Antmicro.com", "Antmicro" : "Antmicro.com",
"Google" : "Google.com", "Google" : "Google.com",
"RapidSilicon" : "RapidSilicon.com",
} }
def list_contributors(path): def list_contributors(path):