platforms/targets: Add mode Vendor prefixes.
This commit is contained in:
parent
7633eae360
commit
062b899e29
|
@ -6,17 +6,26 @@ import importlib
|
||||||
# Boards Vendors.
|
# Boards Vendors.
|
||||||
|
|
||||||
vendors = [
|
vendors = [
|
||||||
|
"1bitsquared",
|
||||||
"colorlight",
|
"colorlight",
|
||||||
"digilent",
|
"digilent",
|
||||||
"enclustra",
|
"enclustra",
|
||||||
|
"gsd",
|
||||||
|
"hackaday"
|
||||||
"kosagi",
|
"kosagi",
|
||||||
"lattice",
|
"lattice",
|
||||||
|
"lambdaconcept",
|
||||||
"linsn",
|
"linsn",
|
||||||
"numato",
|
"numato",
|
||||||
"qmtech",
|
"qmtech",
|
||||||
|
"radiona",
|
||||||
|
"rhsresearchllc",
|
||||||
|
"saanlima",
|
||||||
|
"scarabhardware",
|
||||||
|
"siglent",
|
||||||
|
"sqrl",
|
||||||
"terasic",
|
"terasic",
|
||||||
"trenz",
|
"trenz",
|
||||||
"sqrl",
|
|
||||||
"xilinx",
|
"xilinx",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -6,17 +6,26 @@ import importlib
|
||||||
# Boards Vendors.
|
# Boards Vendors.
|
||||||
|
|
||||||
vendors = [
|
vendors = [
|
||||||
|
"1bitsquared",
|
||||||
"colorlight",
|
"colorlight",
|
||||||
"digilent",
|
"digilent",
|
||||||
"enclustra",
|
"enclustra",
|
||||||
|
"gsd",
|
||||||
|
"hackaday"
|
||||||
"kosagi",
|
"kosagi",
|
||||||
"lattice",
|
"lattice",
|
||||||
|
"lambdaconcept",
|
||||||
"linsn",
|
"linsn",
|
||||||
"numato",
|
"numato",
|
||||||
"qmtech",
|
"qmtech",
|
||||||
|
"radiona",
|
||||||
|
"rhsresearchllc",
|
||||||
|
"saanlima",
|
||||||
|
"scarabhardware",
|
||||||
|
"siglent",
|
||||||
|
"sqrl",
|
||||||
"terasic",
|
"terasic",
|
||||||
"trenz",
|
"trenz",
|
||||||
"sqrl",
|
|
||||||
"xilinx",
|
"xilinx",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue