Virtual Computer Built Entirely in Logisim!

Avatar
Click to See repository!

This was my favorite project to do. I learned so much about the inner workings of computers and fundamental machine instructions. This single cycle harvard-style architecture computer has a clock rate of 4.1Khz and 16bit instruction and Random memory addresses. It can run several programs, such as a program that finds primes, a factorial, and an adder. I followed the standard ISA so any program could be ran on here! Future plans include a pipelining feature, and experimentation with extra ALUs.