Utilizing the same DE10-Lite board as in the previous basic Assembly-based clock program, this small project re-implemented the design of my hard-wired 8 bit computer into a purely code-based form on this FPGA. Allowing me to run Realtime-debugging so that I could better test things before I wired them fully on the breadboard solution. The lights shown are basic outputs pertaining to basic inputs from the switches and what operations are being loaded. Sample code will be uploaded later to better showcase the project and describe how I achieved certain goals.
Utilizing the DE10-Lite as part of my digital logic class, I programmed a working basic clock simulation on the DE10-Lite FPGA using Assembly on intel's Quartus software in tandem with Modelsim in order to test it.