From 6f08b7251f57778bd32f3cc2d44ddba63492cac8 Mon Sep 17 00:00:00 2001 From: JulianCamacho Date: Mon, 7 Nov 2022 21:51:27 -0600 Subject: Adding decode instructions for test --- tb/top/decode_test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tb/top') 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; -- cgit v1.2.3