Superscalar VHDL Model Part II, Assignment #4, DUE Monday Oct 5th, 9:00 am


Problem Statement

Add support for load/store operations to your VHDL model Superscalar Abstract machine. This involve adding another set of shelves to the CRS to support the load/store operations. Recall that load/store operations must be dispatched in strict program order in order to maintain strong memory consistency.

Simulation #3

You must get your Simulation #3 code working in order to do this assignment. If you did not meet the Simulation #3 deadline, you can still get 70% credit by completing the code AND adding the load/store support. If you get neither Simulation #3 or Simulation #4 working, then I will assign partial credit based on what you turn in (the partial credit will be somewhere in the 0% to 60% range).

Problem Statement

Submission Procedure

Please execute this submission script to submit your work. You will need to save this file, then give if execute mode permission:

  % chmod +x submit_ee8063_sim4.pl

The script looks for a directory called 'sim4', you need to place all of your modified VHDL files in this directory before executing the script. It will tar up the directory and the email it to me. This script must be executed on a Sun Solaris machine.


Last modified: Fri Sep 25 11:50:16 CDT 1998