Skip to content

Commit

Permalink
doc/FPGAs.yml: Fix yml structure in Intel Max 10
Browse files Browse the repository at this point in the history
`Model: 10M02, 10M08` is not correct yaml structure and parsing it generated `10m02,_10m08` model instead of `10m02` and `10m08` models
  • Loading branch information
Frzoen authored Jan 12, 2025
1 parent b79afdc commit 4444697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/FPGAs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ Intel:
Flash: OK

- Description: Max 10
Model: 10M02, 10M08
Model:
- 10M02
- 10M08
URL: https://www.intel.fr/content/www/fr/fr/products/details/fpga/max/10.html
Memory: SVF
Flash: POF
Expand Down

0 comments on commit 4444697

Please sign in to comment.