part: fix correct model for artix 35
This commit is contained in:
parent
204c553a60
commit
1afeb22478
2
part.hpp
2
part.hpp
|
|
@ -11,7 +11,7 @@ typedef struct {
|
||||||
} fpga_model;
|
} fpga_model;
|
||||||
|
|
||||||
static std::map <int, fpga_model> fpga_list = {
|
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"}}
|
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue