Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: bn3232 on September 02, 2015, 09:37:39 AM

Title: Storing User Data with Verilog Module
Post by: bn3232 on September 02, 2015, 09:37:39 AM
Is there any module to store and retrieve data to / from SPI flash (used to program FPGA)?
I need a Verilog/VHDL module
Title: Re: Storing User Data with Verilog Module
Post by: Oleksandr Kiyenko on September 02, 2015, 11:20:33 AM
Hello,

Which module are you use ?

Best regards
Oleksandr Kiyenko
Title: Re: Storing User Data with Verilog Module
Post by: bn3232 on September 02, 2015, 11:39:17 AM
Quote from: Oleksandr Kiyenko on September 02, 2015, 11:20:33 AM
Which module are you use ?
TE0600-2 LX45
Title: Re: Storing User Data with Verilog Module
Post by: Oleksandr Kiyenko on September 02, 2015, 04:02:29 PM
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