xilinx: add xca50t support

This commit is contained in:
Gwenhael Goavec-Merou
2020-12-08 07:32:30 +01:00
parent ed7e9340ba
commit 922d3b0b56
7 changed files with 15 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ static std::map <int, fpga_model> fpga_list = {
{0x0a014c35, {"anlogic", "eagle s20", "EG4S20BG256"}},
{0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}},
{0x0362c093, {"xilinx", "artix a7 50t", "xc7a50t"}},
{0x13631093, {"xilinx", "artix a7 100t", "xc7a100"}},
{0x13636093, {"xilinx", "artix a7 200t", "xc7a200"}},