I have spent the last few weeks implementing my 32-bit datapath. The simple 32-bit data path is capable of performing advanced computational tasks and logical decision making. Now it is time to move on to something more advanced - the ability for programs to be interrupted. In this project, I will fully implement and test interrupts using the provided datapath and Brandonsim. I will hook up the interrupt and data lines to the new timer device, modify the datapath and microcontroller to support interrupt operations, and write an interrupt handler to operate this new device.

Share this project:

Updates