You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -147,3 +147,9 @@ make file_build_quicklogic_techmap_cells_sim.v
147
147
cd tests/quicklogic_testsuite/bin2seven
148
148
make bin2seven-ql-chandalar_fasm
149
149
```
150
+
151
+
## Hardware features that are not supported in this release
152
+
- IO registers: Usage of IO registers available in the IO block (Hardware)
153
+
- RAM Initialization: RAM initialization as part of the FPGA configuration, We can initialize the FPGA RAM through wishbone interface using M4 (after FPGA configuration). We need to have the wishbone slave interface in the FPGA IP that we design.
154
+
M4 -> Wishbone master (in ASSP)-> Wishbone slave (in FPGA IP)-> FPGA RAMs
155
+
- gclkbuff support: Usage of gclkbuff (clock buffer) in designs
0 commit comments