Tag: FPGA
All the articles with the tag "FPGA".
-
Creating PONG on the Mojo FPGA
Michael Earls
I recently found an old VGA monitor on the side of the road and it inspired me to see if I could get my Mojo FPGA board to output a VGA signal. I took the monitor apart and wired its VGA cable directly to my Mojo. I read up on
-
Custom Fritzing part for Mojo v3
Michael Earls
Creating a custom part for Fritzing was quite a challenge. This is a brief description of what I learned making a part for the Mojo FPGA.
-
Using Notepad++ as the default editor for Xilinx ISE
Michael Earls
I was having difficulties working with the built in text editor for the ISE FPGA tool from Xilinx. I was missing some of the things I've come to depend on in the editors that I use every day (Visual Studio, VSCode, Notepad++, etc.) I noticed in the preferences that I
-
Reversible Binary Counter on the Mojo FPGA
Michael Earls
In this post, I briefly describe how I implemented a reversible binary counter. First, the hard way. Then, the easy way (inversion!)