From 7275adb34321070f9fe2c1c52835e742b8f65c90 Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Wed, 19 Apr 2017 20:29:48 +0200 Subject: [PATCH] Accidentally commented instruction union --- include/ariane_pkg.svh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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