DLSim Mips / Sort

Authors: John Donaldson, Richard Salter, Joe Kramer-Miller

Description
This is an implementation of the Mips architecture described in Patterson and Hennessey, Computer Organization and Design. The interprted program sorts a list of integers. During execution the current instruction and resultant control states are shown, as are all memory reads and writes.
Use
Initialize:
Reset ON, Reset OFF
Execute:
  1. Type a list of numbers (each followed by carriage return) into the Input Console. Terminate with a 0.
  2. Start clock
  3. Sorted list appears in the Output Console
Configuration:
Circuit is locked; unlock using Tools | Unlock Circuit

Return to index



last modified April 5, 2009 by rms@cs.oberlin.edu