Merge pull request #20 from japm48/patch-1

Add support for Arty A7-100T
This commit is contained in:
Gwenhael Goavec-Merou 2020-02-16 18:27:56 +01:00 committed by GitHub
commit c15f0611a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ typedef struct {
static std::map <int, fpga_model> fpga_list = {
{0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}},
{0x13631093, {"xilinx", "artix a7 100t", "xc7a100"}},
{0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1"}},
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}},
{0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}},