feat: add agilex 3 A3CY100 model to fpga list (#669)

* feat: add agilex 3 A3CY100 model to fpga list

* feat: add agilex 3 devboard to boards
This commit is contained in:
Hannes Rüger 2026-05-24 08:42:14 +02:00 committed by GitHub
parent b3f418c977
commit 7ae2825b5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 10 deletions

View File

@ -34,6 +34,13 @@
Memory: OK Memory: OK
Flash: NT Flash: NT
- ID: axc3000
Description: Arrow AXC3000
URL: https://www.arrow.com/de/products/axc3000/trenz-electronic-gmbh.html
FPGA: Altera Agilex 3 A3CY100BM16AE7S
Memory: OK
Flash: NT
- ID: axe5000 - ID: axe5000
Description: A5EC008BM16AE6S FPGA Starter Kit Description: A5EC008BM16AE6S FPGA Starter Kit
URL: https://www.arrow.com/en/products/axe5000/trenz-electronic-gmbh.html URL: https://www.arrow.com/en/products/axe5000/trenz-electronic-gmbh.html
@ -380,8 +387,8 @@
Memory: OK Memory: OK
Flash: OK Flash: OK
Constraints: Constraints:
- ECPIX-5-45F - ECPIX-5-45F
- ECPIX-5-85F - ECPIX-5-85F
- ID: ecpix5_r03 - ID: ecpix5_r03
Description: LambdaConcept ECPIX-5 (FT4232) Description: LambdaConcept ECPIX-5 (FT4232)
@ -390,8 +397,8 @@
Memory: OK Memory: OK
Flash: OK Flash: OK
Constraints: Constraints:
- ECPIX-5-45F - ECPIX-5-45F
- ECPIX-5-85F - ECPIX-5-85F
- ID: fireant - ID: fireant
Description: Fireant Trion T8 Description: Fireant Trion T8
@ -451,8 +458,8 @@
Memory: NA Memory: NA
Flash: OK Flash: OK
Constraints: Constraints:
- iCEBreaker-bitsy-v0 - iCEBreaker-bitsy-v0
- iCEBreaker-bitsy-v1 - iCEBreaker-bitsy-v1
- ID: ice40_generic - ID: ice40_generic
Description: icestick Description: icestick
@ -918,10 +925,10 @@
Memory: OK Memory: OK
Flash: OK Flash: OK
Constraints: Constraints:
- ULX3S-12F - ULX3S-12F
- ULX3S-25F - ULX3S-25F
- ULX3S-45F - ULX3S-45F
- ULX3S-85F - ULX3S-85F
- ID: ulx3s_dfu - ID: ulx3s_dfu
Description: Radiona ULX3S DFU mode Description: Radiona ULX3S DFU mode

View File

@ -307,6 +307,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x02e050dd, {"altera", "arria 10", "SX660", 10}}, {0x02e050dd, {"altera", "arria 10", "SX660", 10}},
/* Altera Agilex 3 */ /* Altera Agilex 3 */
{0x4361b0dd, {"altera", "agilex 3", "A3CY100", 10}},
{0x436db0dd, {"altera", "agilex 3", "A3CZ135", 10}}, {0x436db0dd, {"altera", "agilex 3", "A3CZ135", 10}},
/* Altera Agilex 5 */ /* Altera Agilex 5 */