mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Fix typo
This commit is contained in:
parent
8aabf57437
commit
da0b65289d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module instrNameDecTB #(parameter XLEN) (
|
|||
logic [11:0] imm;
|
||||
logic [4:0] rs2, rd, CRrs2;
|
||||
logic [1:0] compressedOp;
|
||||
logic [2:0] compressed15_10;
|
||||
logic [5:0] compressed15_10;
|
||||
|
||||
|
||||
assign op = instr[6:0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue