Posts
All the articles I've posted.
-
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!)
-
How I accidentally learned something unexpected from a simple binary counter
Michael Earls
I was playing with a binary counter on my FPGA and decided to create a reverse counter. It's amazing what you can learn by accident.
-
Implementing a simple binary counter in the Mojo FPGA IDE
Michael Earls
This post demonstrates the code for a simple binary counter on the Mojo FPGA board using the Lucid language. It displays its output value using 8 LEDs.