summaryrefslogtreecommitdiff
path: root/riscvsingle.sv
diff options
context:
space:
mode:
Diffstat (limited to 'riscvsingle.sv')
-rw-r--r--riscvsingle.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscvsingle.sv b/riscvsingle.sv
index 7436ed6..d078176 100644
--- a/riscvsingle.sv
+++ b/riscvsingle.sv
@@ -131,7 +131,7 @@ endmodule
131module imem(input logic [31:0] a, 131module imem(input logic [31:0] a,
132 output logic [31:0] rd); 132 output logic [31:0] rd);
133 133
134 logic [31:0] ROM[63:0]; 134 logic [31:0] ROM[127:0];
135 135
136 // Initialize the program memory 136 // Initialize the program memory
137 // Simulator : ok 137 // Simulator : ok