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 9f5ff3c commit cc9bd21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/mmu_unify/cva6_mmu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ 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 [HYP_EXT*2:0] v_st_enbl; // v_i,g-stage enabled, s-stage enabled
pte_cva6_t [HYP_EXT:0] content;
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 [HYP_EXT*2:0] v_st_enbl; // v_i,g-stage enabled, s-stage enabled
pte_cva6_t [HYP_EXT:0] content;
} ;

logic [HYP_EXT:0] iaccess_err; // insufficient privilege to access this instruction page
Expand Down

0 comments on commit cc9bd21

Please sign in to comment.