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
srcdirectory of our project. - Ensure the name of the program file is
program.txt. - In ModelSim,
cdinto thesrcdirectory and run thePipelined_Processor_tb.tclfile. - The program should run for 10000 clock cycles, after which two files will be generated in the
srcdirectory:memory.txt: contains the contents of the memoryregisters.txt: contains the contents of the registers