diff --git a/doc/FPGAs.yml b/doc/FPGAs.yml index 47bc22c..e964cd2 100644 --- a/doc/FPGAs.yml +++ b/doc/FPGAs.yml @@ -53,6 +53,7 @@ Gowin: - GW1NR-9C - GW1NS-2C - GW1NSR-4C + - GW1NZ-1 URL: https://www.gowinsemi.com/en/product/detail/2/ Memory: OK Flash: IF diff --git a/src/part.hpp b/src/part.hpp index 0b2b245..f36480f 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -121,6 +121,7 @@ static std::map fpga_list = { {0x0900281B, {"Gowin", "GW1N", "GW1N-1", 8}}, {0x0120681b, {"Gowin", "GW1N", "GW1N-2", 8}}, {0x0100381B, {"Gowin", "GW1N", "GW1N-4", 8}}, + {0x0100681b, {"Gowin", "GW1NZ", "GW1NZ-1", 8}}, {0x0300181b, {"Gowin", "GW1NS", "GW1NS-2C", 8}}, {0x0100981b, {"Gowin", "GW1NSR", "GW1NSR-4C", 8}},