mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
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:
parent
4d6813ae64
commit
0144612751
1 changed files with 3 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue