Skip to content

Commit

Permalink
Fix missing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed May 9, 2024
1 parent ed54c87 commit 8446bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mmu_sv39/mmu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module mmu
) i_dtlb (
.clk_i (clk_i),
.rst_ni (rst_ni),
.clear_i (clear_i)
.clear_i(clear_i),
.flush_i(flush_tlb_i),

.update_i(update_ptw_dtlb),
Expand Down

0 comments on commit 8446bfd

Please sign in to comment.