News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

Storing User Data with Verilog Module

Started by bn3232, September 02, 2015, 09:37:39 AM

Previous topic - Next topic

bn3232

Is there any module to store and retrieve data to / from SPI flash (used to program FPGA)?
I need a Verilog/VHDL module

Oleksandr Kiyenko

Hello,

Which module are you use ?

Best regards
Oleksandr Kiyenko


Oleksandr Kiyenko

Hello,

You can use standard Xilinx axi_quad_spi core to work with SPI flash you can found example EDK project at
https://github.com/Trenz-Electronic/TE060X-GigaBee-Reference-Designs/tree/master/GigaBee_XPS14.2-Base
In this software contain functions to read/write SPI flash using standard core. Standalone (without processor) implemantation of SPI core have no sense as
there is a lot of issues to take care about while working with flash.

Best regards
Oleksandr Kiyenko