Created FPGA family feature matrix (markdown)

Pepijn de Vos 2021-11-06 18:31:08 +01:00
parent 75f2f5557e
commit d2a5466ad5
1 changed files with 22 additions and 0 deletions

@ -0,0 +1,22 @@
**WIP page**
There is a growing number of FPGA families that have support in the open source tools, but not all FPGA families are fully complete. It can be hard to keep track of all the projects out there, and decide which family is right for your project.
The table on this page aims to keep track of which FPGA primitives are supported by which project.
| FPGA Family | Gowin LittleBee |
|----------------|-----------------|
| Project | Apicula |
| Logic Slice | ✔️ |
| ├ LUTRAM | ❌ |
| └ ALU | ✔️ |
| IO buffer | ✔️ |
| ├ IO standards | ✔️ |
| └ DDR/SERDES | ❌ |
| Block RAM | ❌ |
| DSP | ❌ |
| PLL | ❌ |
| Routing | ✔️ |
| ├ Local | ✔️ |
| ├ Global | ✔️ |
| └ Long wires | ❌ |