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

@@ -17,7 +17,7 @@ module dataMemory(
memory[4] <= 9'b000001111;
memory[5] <= 9'b000000100;
memory[6] <= 9'b000000011;
memory[7] <= 9'b000000000;
memory[7] <= 9'b000000111;
memory[8] <= 9'b000001111;
memory[9] <= 9'b000000100;
memory[10] <= 9'b000000010;