Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 05c3632 commit b1f4009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/cva6_mmu/cva6_mmu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ module cva6_mmu
.req_port_i (req_port_i),
.req_port_o (req_port_o),

.asid_i (asid_i),
.asid_i(asid_i),

.update_vaddr_o(update_vaddr),

Expand All @@ -294,7 +294,7 @@ module cva6_mmu
.shared_tlb_hit_i (shared_tlb_hit),
.shared_tlb_vaddr_i (shared_tlb_vaddr),

.itlb_req_i (itlb_req),
.itlb_req_i(itlb_req),

.hlvx_inst_i(hlvx_inst_i),
// from CSR file
Expand Down

0 comments on commit b1f4009

Please sign in to comment.