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
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue