Citations, Helpful Resources, and Acknowledgments - GitDK42/ECE287_Project GitHub Wiki

Much of the information learned for this project came from the following: Patterson, D., & Hennessy, J. (2005). The Processor: Datapath and Control. In Computer organization and design: The hardware/software interface (3rd ed.). Amsterdam: Elsevier/Morgan Kaufmann.

For more information on MIPS Processors the following links were found helpful: http://www.cim.mcgill.ca/~langer/273/13-datapath1.pdf http://logos.cs.uic.edu/366/notes/mips%20quick%20tutorial.htm (for information about MIPS registers) http://www.just.edu.jo/~basel/archi/ppt_slides/Chap5%20Processor%20Part-II.pdf https://www.cs.tcd.ie/jeremy.jones/vivio/dlx/dlxtutorial.htm (has animations helpful for visualizing the datapath)

Also, special thanks to Jimmy Cline and Nick Contini for their help in understanding the basic architecture of a processor.