Assignment #2, DUE Wednesday Sept 16th, 9:00 am


Problem Statement

See this lecture for assignment details. This zip archive contains the VHDL model of the abstract VLIW CPU discussed in class.

UNIX Users

The zip archive does not contain the "./obj" tree for the 'abm_vliw' library. Before executing the makefile for the first time do (from the vhdl/src directory):

    % qhlib ../obj/qhdl/abm_vliw
    % mkdir ../obj/qhdl/abm_vliw/ts
    % qhmap abm_vliw ../obj/qhdl/abm_vliw

After this, you can execute:

  % gmake -f Makefiles/Makefile.abm_vliw TOOLSET=qhdl

to compile the code.

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_ee8273_sim2.sh

The script looks for a directory called 'sim1', 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: Thu Sep 3 15:07:27 CDT 1998