aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sat/ram_memory.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sat/ram_memory.v')
-rw-r--r--tests/sat/ram_memory.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sat/ram_memory.v b/tests/sat/ram_memory.v
index 053ef206c..0d91514b2 100644
--- a/tests/sat/ram_memory.v
+++ b/tests/sat/ram_memory.v
@@ -27,6 +27,8 @@ module ram_memory(
store[256] <= 8'b11010001; // OUT [0],R1
store[257] <= 8'b00000000; //
store[258] <= 8'b01111110; // RET
+
+ store[512] <= 8'b00000000;
end
always @(posedge clk)