This github repository contains the code associated with the blog post FPGAs for Software Engineers: Part 0
full_adder.v
: Simple full adder implementationadder_4b.v
: Cascaded full adders for 4 bit numbersadder_testbench.cpp
: Verilator testbench for the 4 bit adder