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 8f574c7 commit a429c1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/mmu_unify/cva6_mmu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ 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 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;
} ;
Expand Down

0 comments on commit a429c1d

Please sign in to comment.