Department of Electrical and Computer Engineering
The University of Texas at Austin
EE 360N, Spring 2009
Submission Instructions for Lab Assignment 6
Due: May 8, 2009, 5:00 pm
You must use the following naming convention for the files in Lab 6.
-
lc3bsim6.c - The C source code for your pipelined LC-3b simulator.
-
ucode6 - The microcode file for your pipelined simulator
You may not submit more than two files for Lab 6.
NOTE:
Please confirm that your file compiles by running gcc -ansi lc3bsim6.c on any ECE linux machine before submitting your program.
Also, please remove the printf statements you put in
your program for debugging. The only output to the screen from your
simulator should be the output initiated by the shell code we have
provided.
Before the deadline, you may resubmit any of the files without penalty. Every time you resubmit a file, the
original file is overwritten.
Instructions for submission:
-
SSH into sunfire with the following command:
ssh sunfire1.ece.utexas.edu
-
After typing your username and password, submit your files with the
following
command:
submit-ee360n lc3bsim6.c ucode6
-
You may check the files submitted with the following command:
submit-ee360n -ls