Welcome to our pipelined processor project!
- Use the Assembler provided by the instructor to generate a program file with machine level instructions.
- Place the program file into the
src
directory of our project. - Ensure the name of the program file is
program.txt
. - In ModelSim,
cd
into thesrc
directory and run thePipelined_Processor_tb.tcl
file. - The program should run for 10000 clock cycles, after which two files will be generated in the
src
directory:memory.txt
: contains the contents of the memoryregisters.txt
: contains the contents of the registers