Other

“Using the ADP3450, this project measures amount of delay between asserting FPGA IO on base of NPN 2N3094 and LED illuminating on collector. Signal timing is a huge component in FPGA design, and while many tutorials demonstrate how to handle …

“This tutorial walks through an application that reads/writes data to DDR memory from the Linux userspace on the Zynq-based Arty Z7 FPGA. Story Direct memory access, or DMA as it’s referred to, is an important aspect of embedded …

“See how to build a base hardware image for the Arty Z7 FPGA development board in Vivado 2020.2 Story In this project, I will walk through the steps of setting up a basic hardware design in Vivado for the …

“See how to integrate your custom FIR with Xilinx DSP IP such as their DDS Compiler IP. Continuing with my series of a practical example of implementing a simple FIR in custom RTL, my next step is to use my …

“Continuing with my simple FIR filter Verilog module, this project walks through how to rewrite HDL logic when setup timing violations occur. In my last project, I demonstrated the initial steps to writing a custom FIR module in Verilog. That …

“How to integrate DesignStart Arm Cortex-M1 and M3 processors with the Xilinx Zynq. Introduction Several times this year I have presented courses in person or online about how to implement the Arm DesignStart FPGA cores in Xilinx FPGAs. I have …