DLSim Mips / Fibonacci

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 produces Fibonacci numbers. 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 2 numbers (each followed by carriage return) into the Input Console
  2. Start clock
  3. Fibonacci sequence beginning with those numbers 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