diff --git a/FPGA-family-feature-matrix.md b/FPGA-family-feature-matrix.md new file mode 100644 index 0000000..33287f3 --- /dev/null +++ b/FPGA-family-feature-matrix.md @@ -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 | ❌ |