Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaGonzalezMarino committed Feb 19, 2024
1 parent 8623338 commit 1206093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/mmu_unify/cva6_mmu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ module cva6_mmu
localparam type tlb_update_cva6_t = struct packed {
// typedef struct packed {
logic valid; // valid flag
logic [PT_LEVELS-2:0][HYP_EXT:0] is_page;
logic [VPN_LEN-1:0] vpn;
logic [HYP_EXT:0][ASID_WIDTH[0]-1:0] asid;
logic [PT_LEVELS-2:0][HYP_EXT:0] is_page;
logic [VPN_LEN-1:0] vpn;
logic [HYP_EXT:0][ASID_WIDTH[0]-1:0] asid;
logic [HYP_EXT*2:0] v_st_enbl; // v_i,g-stage enabled, s-stage enabled
pte_cva6_t [HYP_EXT:0] content;
} ;
Expand Down

0 comments on commit 1206093

Please sign in to comment.