An open API service indexing awesome lists of open source software.

https://github.com/fpgawars/iceflash

Icestudio collection with blocks for accesing flash serial memories
https://github.com/fpgawars/iceflash

Last synced: about 2 months ago
JSON representation

Icestudio collection with blocks for accesing flash serial memories

Awesome Lists containing this project

README

        

# iceflash Collection

[![Icestudio][icestudio-image]][icestudio-url]
![Version][version-image]

Serial flash memories

## License

Licensed under [GPL-2.0](https://opensource.org/licenses/GPL-2.0).

## Install

For installing and using this colection in Icestudio follow these steps:

* Download the collection: [stable](https://github.com/FPGAwars/iceFlash/archive/refs/tags/v0.1.0.zip) or [development](https://github.com/FPGAwars/iceFlash/archive/refs/heads/main.zip)
* Install the collection: *Tools > Collections > Add*
* Select the collection: *Select > Collection*

## Blocks
* **Flash**
* flash-read-16-sys-zero
* flash-read-32-sys-zero
* flash-read-8-sys-zero
* flash-read-id-sys-zero
* **Flash-bus**
* flash-controller0
* flash-read16-bus
* flash-read32-bus
* flash-read8-bus
* flash-readid-bus
* **SPI**
* Join-spi-bus
* SPI-write-byte
* SPI-write-k-byte
* Split-spi-bus
* Sys-spi-tx-bus
* Sys-spi-tx

## Examples
* 00-index

## Authors
* [Juan Gonzalez-Gomez (Obijuan)](https://github.com/Obijuan)

-------

[icestudio-image]: https://img.shields.io/badge/collection-icestudio-blue.svg
[icestudio-url]: https://github.com/FPGAwars/icestudio
[version-image]: https://img.shields.io/badge/version-v0.1.0-orange.svg