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 25, 2024
1 parent ecf7c1f commit 342300a
Show file tree
Hide file tree
Showing 4 changed files with 2,251 additions and 2,104 deletions.
2 changes: 1 addition & 1 deletion core/cva6.sv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 342300a

Please sign in to comment.