String Compare Working

This commit is contained in:
Johannes
2019-03-24 17:05:09 -04:00
parent a978e1fbc6
commit 03df69372a
9 changed files with 132 additions and 43 deletions

View File

@@ -66,13 +66,13 @@ module instructionMemory(
memory[29] <= 9'b101001100;
memory[30] <= 9'b010110111;
memory[31] <= 9'b110010001;
memory[32] <= 9'b101110010;
memory[33] <= 9'b101000000;
memory[34] <= 9'b101001110;
memory[32] <= 9'b101110001;
memory[33] <= 9'b101000001;
memory[34] <= 9'b101001111;
memory[35] <= 9'b001001000;
memory[36] <= 9'b011000001;
memory[37] <= 9'b101000000;
memory[38] <= 9'b101111000;
memory[38] <= 9'b101110111;
memory[39] <= 9'b000000000;