part: add xc95 family idcode

This commit is contained in:
Gwenhael Goavec-Merou 2021-08-18 15:41:39 +02:00
parent b61884614e
commit 521c703842
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ static std::map <int, fpga_model> fpga_list = {
{0x037c4093, {"xilinx", "spartan7", "xc7s25", 6}},
{0x0362f093, {"xilinx", "spartan7", "xc7s50", 6}},
{0x59602093, {"xilinx", "xc9500xl", "xc9536xl", 8}},
{0x59604093, {"xilinx", "xc9500xl", "xc9572xl", 8}},
{0x59608093, {"xilinx", "xc9500xl", "xc95144xl", 8}},
{0x59616093, {"xilinx", "xc9500xl", "xc95188xl", 8}},
{0x23727093, {"xilinx", "zynq", "xc7z020", 6}},
{0x020f20dd, {"altera", "cyclone III", "EP3C16", 10}},