Skip to content

Final Project Submission

Latest
Compare
Choose a tag to compare
@cankaratepe23 cankaratepe23 released this 04 Feb 23:13
· 4 commits to master since this release

This is the final project of this course.

Vertebrate CPU is implemented in Logisim with support for interrupts, I/O operations and more. In its current state, it can handle interrupts from 4 different devices, however, increasing the number of IRQ pins is trivial.

In Verilog, only the Bird CPU is implemented, with a timer module polled using a button instead of hardware interrupts as part of this assignment.