part: fix correct model for artix 35

This commit is contained in:
Gwenhael Goavec-Merou 2019-10-05 18:10:04 +02:00
parent 204c553a60
commit 1afeb22478
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ typedef struct {
} fpga_model;
static std::map <int, fpga_model> fpga_list = {
{0x0362D093, {"xilinx", "artix a7 35t", "XC7"}},
{0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}},
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}
};