Merge pull request #488 from NuQuantum/feature/add-support-for-zynq-xc7z030

feat: adding support for the xc7z030
This commit is contained in:
Gwenhael Goavec-Merou 2024-09-26 20:08:36 +02:00 committed by GitHub
commit 08f507266b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Xilinx 7-Series / Zynq */
{0x03722093, {"xilinx", "zynq", "xc7z010", 6}},
{0x03727093, {"xilinx", "zynq", "xc7z020", 6}},
{0x1372c093, {"xilinx", "zynq", "xc7z030", 6}},
{0x23731093, {"xilinx", "zynq", "xc7z045", 6}},
{0x03736093, {"xilinx", "zynq", "xc7z100", 6}},