summaryrefslogtreecommitdiff
path: root/riscvsingle.sv
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2025-04-17 16:38:53 -0400
committervin <git@vineetk.net>2025-04-17 16:38:53 -0400
commit6c5b90cf4ac5a9e582c95a6c936d67e0c38d811d (patch)
tree183a9370c4f9beb77461ab2d9a94bc28fce1b7d4 /riscvsingle.sv
parent92d16b841168f044536636179ad4a4364f5ba29a (diff)
increase rom to 128 from 64HEADmaster
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