Skip to content

Commit 8f67c4d

Browse files
authored
Updating the hardware features not supported
1 parent 3983fc8 commit 8f67c4d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ql_symbiflow -compile -d ql-eos-s3 -P pd64 -v counter_16bit.v -t top -p counter_
5151
```
5252

5353
For more details on the symbiflow options refer the tutorial guide:
54-
[Symbiflow_Tutorial](https://github.com/QuickLogic-Corp/quicklogic-fpga-toolchain/files/4760374/Symbiflow_Installation_Guide_and_Tutorial.pdf)
54+
[Symbiflow_Tutorial](https://github.com/QuickLogic-Corp/quicklogic-fpga-toolchain/files/4785704/Symbiflow_Installation_Guide_and_Tutorial.pdf)
5555

5656
For details on the usage of RAM, FIFO and Multiplier blocks, refer to the following document:
5757
[Ram_Fifo_Mult_User_Document](https://github.com/QuickLogic-Corp/quicklogic-fpga-toolchain/files/4751774/S3B_Hardmacro_User_Guide.pdf)
@@ -147,3 +147,9 @@ make file_build_quicklogic_techmap_cells_sim.v
147147
cd tests/quicklogic_testsuite/bin2seven
148148
make bin2seven-ql-chandalar_fasm
149149
```
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

Comments
 (0)