The multi-cycle microarchitecture implementation of the MIPS instruction subset.
To run the simulation, first download the entire CPU (above), then create a file called "memfile" containing the contents of the "Initial memory" link above. The file names are case sensitive.
Then start up JLS and load the MultiCycle.jls circuit file. Simply running the simulator in the background will load the initial memory file into the memory element, then run the program in the memory until the HALT is executed. Check the contents of the data memory to see that the answer (55) was indeed stored at word address 0xa (corresponding to byte address 40).
To see the step-by-step operation of the circuit, start up JLS, load MultiCycle.jls, then make the simulator window visible, set some probes or make some registers visible, then step the simulation at some convenient time step. A clock cycle is 2000 time units, so a reasonable time step might be 500. Change the scale factor on the signal trace to something like 10 to make the trace easier to understand.
Some notes about the circuit: