From d2a5466ad5fa7c546cd3c591c5e2d4af1926146f Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Sat, 6 Nov 2021 18:31:08 +0100 Subject: [PATCH] Created FPGA family feature matrix (markdown) --- FPGA-family-feature-matrix.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 FPGA-family-feature-matrix.md 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 | ❌ |