Lecture
Slides
SRC Simulator
You may use this simulator to write and simulate SRC assembly programs
SRC VHDL source: register_file, alu, mem_interface, src_cpu
The examples use mostly
behavioral VHDL. However, I recommend you to write structural code for your
project. Not all the components of the CPU are given. This is just an example
that could help you get started.
Lab and Project Related
Documentation for Pygmy CPU 2008 edition.
LC-3 from previous class:Example ISA and Microarchitecture