A simple 16-bit processor with basic instructions wrote in Verilog.
This was a semester long project for my advance architecture class. The task was to build a 16-bit processor that ran a custom architecture with an instruction set similar to MIPS. This is only the first part of the class, the rest of the semester we added on different things, for example we added pipelining and a floating-point module.