About a week ago, I decided to give another go at using Linux as my primary OS. This came about after my brother mentioned he had recently done the s… ...more
Last time we took a break from Verilog and hardware design to improve our build system. This time we're back to Verilog and for our next FPGA project we'll create a seven segment driver circuit that will allow us to output hex characters to a single display.
A seven segment display is a set of LEDs arranged like an eight plus a decimal point like you see on cheap alarm clocks and the like.
...moreIt's been a while since the last article, but it was well received so thanks to everyone for the great feedback!
This time we'll take a quick break from learning Verilog to set up a better simulation environment and build process using Cmake and Conan.
The next article, which is already basically written, will be back to hardware design, using seven segment displays.
...moreOver the last few years I've gotten more interested in electronics and FPGA design. I've also noticed that a lot of other software folks seem interested in doing the same, but often don't know where to start. So, I think I have some interesting advice for software engineers that feel like dipping their toes into the hardware world from the point of view of a software engineer.
In this post I'll go over FPGAs in general, the basics of the Verilog language, simulating a design and deploying it to an inexpensive TinyFPGA-BX board.
...moreRecently, I learned about a feature in C and C++ that I hadn't run into before: bit widths for fields in structures. The idea is that you can specify… ...more
I was thinking recently about the different things I choose to do in my free time and which ones bring me the most enjoyment. I tend to have too many… ...more
I've been working on a project where I wanted to embed an SFML drawing context in a wxWidgets window. I wanted to be able to write a GUI application,… ...more
I've been away from blogging for a few months and haven't had much time for personal projects either. I recently moved from Vienna back to the US, no… ...more