diff --git a/include/ariane_pkg.svh b/include/ariane_pkg.svh index 3be3ccdcc..3ca774999 100644 --- a/include/ariane_pkg.svh +++ b/include/ariane_pkg.svh @@ -106,13 +106,13 @@ package ariane_pkg; logic [6:0] opcode; } utype; - // typedef union packed { - // logic [31:0] instr; - // rtype rtype; - // itype itype; - // stype stype; - // utype utype; - // } instruction; + typedef union packed { + logic [31:0] instr; + rtype rtype; + itype itype; + stype stype; + utype utype; + } instruction; // -------------------- // Opcodes