String Compare Working
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user