FPGA on-chip FIFO reading and writing test experiment of ZYNQ

preface FIFO(First in First out) represents the first out of the first in data and the last out of the data. It is a very important module in FPGA applications. It is widely used in data caching, cross clock domain data processing and so on. Vivado software provides the IP core of FIFO. We only need to instantiate a FIFO through the IP c ...

Added by irishpeck on Sat, 12 Feb 2022 16:45:21 +0200

ZYNQ7000 series entry GPIO lighting

ZYNQ AC7020 I brief introduction No matter which development board to learn, it starts from lighting the light, just like the software originated from hello world. Here I use the AC7020 development board of 7000 series. Today I will talk about the GPIO control of 7000 series Note that GPIO here is divided into three categories: GPIOMI ...

Added by colandy on Sat, 29 Jan 2022 09:34:34 +0200