mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
Accidentally commented instruction union
This commit is contained in:
parent
97d8468c85
commit
7275adb343
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue