In order to run a set of instructions (a program) on the processor, the instructions must be hard-coded inside the InstructionMemory module. The current hard-coded example is a program that finds the ...
This project was broken down into 4 Progress Reports, with each Progress Report building off the last, with Progress Report 4 containing our finished MIPS Machine in Verilog Progrss Reports 1 & 2 ...
Ok so this is my first assembly assignment. I pretty much finished the whole program except there is a weird problem that occurs after the 1st loop of the program. 1st loop runs ok, no problem, input ...