Revert "Changed datamemory"

This reverts commit 90d9d69885.
This commit is contained in:
Johannes
2019-03-24 12:49:08 -04:00
parent 90d9d69885
commit a57af01a47
14 changed files with 144 additions and 121 deletions

View File

@@ -26,15 +26,14 @@ module instructionMemory(
memory[11] <= 9'b111011001; //and
memory[12] <= 9'b111111000; //sll
memory[13] <= 9'b111111001; //srl
// memory[14] <= 9'b100100010; //j
memory[14] <= 9'b010001000; //zero
memory[15] <= 9'b110001101; //beq
memory[16] <= 9'b100001000; //jr
// memory[14] <= 9'b100101100; //j
memory[14] <= 9'b110001001; //beq
memory[15] <= 9'b100001000; //jr
memory[17] <= 9'b100111100; //j
memory[16] <= 9'b000000000;
end