top of page
Search
rehsd
4 days ago1 min read
PetaLinux and My Zynq-7000
As my custom Zynq-7000 board has been working fairly well (see my previous blog post ), I have been learning about PetaLinux. I am...
1 view0 comments
rehsd
Apr 6, 20245 min read
Xilinx XC7Z020-1CLG484I (Zynq-7000 SoC, Artix-7 FPGA)
Recently, I have been working on different MCU and FPGA development boards. The FPGAs to this this point have been simpler, or older,...
542 views0 comments
rehsd
Mar 22, 20242 min read
Xilinx XC5215-6PQ160C FPGA
I have a batch of Xilinx XC5215-PQ160AKMOO21 FPGAs. These are old FPGAs and it will be a challenge (if not impossible for me) to get one...
93 views0 comments
rehsd
Mar 19, 20241 min read
Xilinx Spartan-3AN Dev Board Build
I am just beginning to work on a dev board for a Xilinx Spartan XC3S200AN-FTG256AGQ1413. I plan to use this page to capture information...
119 views0 comments
rehsd
Feb 8, 20242 min read
Lattice iCE40 FPGA Journey
As part of my post on MCUs, I added a Lattice iCE40 FPGA to the mix. While I have done a little bit of work with FPGAs in the past, it...
515 views0 comments
rehsd
Jun 24, 20226 min read
Building a 16-bit CPU on an Arty Z7-20
I am hoping to learn more about processors by building a 16-bit processor. I previously built an 8-bit processor based on Ben Eater's...
466 views2 comments
rehsd
Mar 4, 20224 min read
Using GAL22V10 Programmable Logic Devices
I have recently started using programmable logic devices (PLDs) in some of my projects. Below are the steps I am using, along with some...
873 views2 comments
rehsd
Dec 21, 20213 min read
FPGA VGA for 6502 : First Run
I've made some decent progress getting my FPGA VGA working on my 6502 system. My goal is to have a "smart display" to replace the current...
703 views0 comments
rehsd
Dec 19, 20211 min read
Cmod A7 FPGA : Video Test Pattern Generator
Below is the configuration I used to get the Xilinx Video Test Pattern Generator (TPG) working on a Digilent Cmod A7 FPGA. This is based...
231 views7 comments
rehsd
Dec 18, 20212 min read
VGA from Cmod A7 Working
Update: I have it working. See postscript at the bottom of this post. I am attempting to get the Arty Pmod VGA Demo running on a Digilent...
288 views0 comments
rehsd
Dec 18, 20211 min read
Prepping My 6502 System for FPGA VGA
I made some updates to my 6502 system to get it ready for my FPGA VGA. Previously, my USB mouse took ten VIA pins (a bit of laziness on...
161 views0 comments
rehsd
Dec 15, 20212 min read
FPGA VGA for 6502 System - Initial Prototyping
I am currently working on building an improved VGA circuit for my 6502 build. My goal is to offload the video processing and have better...
179 views0 comments
rehsd
Dec 13, 20215 min read
Arty VGA Walkthrough
If you are looking to add the VGA Pmod to your Arty A7 and control output from MicroBlaze, the following are the steps I have taken to...
1,230 views0 comments
rehsd
Dec 11, 20211 min read
Arty VGA Output from MicroBlaze
Continuing from my post FPGA VGA for 6502: Brainstorming... I am trying to find a decent solution to control VGA output from MicroBlaze....
122 views0 comments
rehsd
Dec 9, 20213 min read
FPGA VGA for 6502: Brainstorming
I am currently brainstorming ways to add an FPGA-based VGA circuit to one of my 6502 builds. And... I have questions. :) As part of my...
298 views0 comments
rehsd
Dec 7, 20211 min read
VHDL 8-bit CPU - Runtime RAM Updates
I have added UART support to my VHDL 8-bit CPU, along with a Windows application that allows retrieving and setting RAM values at...
300 views0 comments
rehsd
Nov 30, 20212 min read
Troubleshooting a MicroBlaze UART
I am trying to determine why I am unable to communicate out through a UART on my Arty A7-100T. Any suggestions on how to troubleshoot...
192 views0 comments
rehsd
Nov 27, 20212 min read
VHDL 8-Bit CPU (Ben Eater edition) Working!
As a continuation of FPGA VHDL Implementation of Ben Eater's 8-bit CPU - Progress Update, here's another update on my 8-bit CPU in VHDL...
426 views0 comments
rehsd
Nov 20, 20211 min read
FPGA VHDL Implementation of Ben Eater's 8-bit CPU - Progress Update
I've been working on a VHDL implementation of Ben Eater's 8-bit CPU. I have VHDL modules built for the clock, registers, bus, RAM, ROM,...
109 views0 comments
rehsd
Nov 17, 20212 min read
Connecting VHDL to MicroBlaze
Continuing my project of building Ben Eater's 8-bit CPU on an FPGA, I created the clock module in VHDL. I connected that VHDL to a...
184 views0 comments
bottom of page