Skip to content

Commit

Permalink
fix: TIP is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dassheladiya committed Nov 21, 2024
1 parent 7809c9e commit 201110b
Show file tree
Hide file tree
Showing 4 changed files with 2,236 additions and 2,138 deletions.
2 changes: 1 addition & 1 deletion core/cva6.sv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module cva6


//TIP
parameter bit IsTIP = bit'(1),
parameter bit IsTIP = bit'(0),

parameter type tip_instr_t = struct packed {
logic [config_pkg::NRET-1:0] iretire;
Expand Down
Loading

0 comments on commit 201110b

Please sign in to comment.