mirror of https://github.com/YosysHQ/yosys.git
Created FPGA family feature matrix (markdown)
parent
75f2f5557e
commit
d2a5466ad5
|
|
@ -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 | ❌ |
|
||||
Loading…
Reference in New Issue