summaryrefslogtreecommitdiff
path: root/tb/top
diff options
context:
space:
mode:
Diffstat (limited to 'tb/top')
-rw-r--r--tb/top/decode_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tb/top/decode_test.cpp b/tb/top/decode_test.cpp
index 3d8589a..14af035 100644
--- a/tb/top/decode_test.cpp
+++ b/tb/top/decode_test.cpp
@@ -15,7 +15,9 @@ int main(int argc, char** argv) {
top.trace(&trace, 0);
trace.open("decode_test.vcd");
- int instructions[4] = {};
+ unsigned long instructions[3] = {3766898695,
+ 3825578010,
+ 3120562179};
top.n = 0;
top.z = 0;
top.c = 0;