Merge branch 'master' into colognechip/gatemate

This commit is contained in:
Patrick Urban 2021-12-13 10:18:41 +01:00 committed by GitHub
commit 1c91928175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ FPGAs
Vendor Model Memory Flash
============= =================================================================================================================================== ====== =====
Anlogic `EG4S20 <http://www.anlogic.com/prod_view.aspx?TypeId=10&Id=168&FId=t3:10:3>`__ OK AS
Anlogic `EF2M45 <http://www.anlogic.com/prod_view.aspx?TypeId=12&Id=170&FId=t3:12:3>`__ OK OK
Cologne Chip `GateMate Series` <https://colognechip.com/programmable-logic/gatemate/>`__ OK OK
Efinix `Trion T8 <https://www.efinixinc.com/products-trion.html>`__ NA OK
Gowin `GW1N (GW1N-1, GW1N-4, GW1NR-9, GW1NS-2C, GW1NSR-4C) <https://www.gowinsemi.com/en/product/detail/2/>`__ OK IF

View File

@ -19,6 +19,7 @@ typedef struct {
/* Highest nibble (version) must always be set to 0 */
static std::map <int, fpga_model> fpga_list = {
{0x0a014c35, {"anlogic", "eagle s20", "EG4S20BG256", 8}},
{0x00004c37, {"anlogic", "elf2", "EF2M45", 8}},
{0x0362D093, {"xilinx", "artix a7 35t", "xc7a35", 6}},
{0x0362c093, {"xilinx", "artix a7 50t", "xc7a50t", 6}},