Accidentally commented instruction union

This commit is contained in:
Florian Zaruba 2017-04-19 20:29:48 +02:00
parent 97d8468c85
commit 7275adb343

View file

@ -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