Skip to content

Commit

Permalink
Update core/pmp/src/pmp_data_if.sv
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
JeanRochCoulon and github-actions[bot] authored Jan 8, 2025
1 parent dfcc76b commit 3b0da4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pmp/src/pmp_data_if.sv
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module pmp_data_if

// Instruction fetch
pmp #(
.CVA6Cfg (CVA6Cfg)
.CVA6Cfg(CVA6Cfg)
) i_pmp_if (
.addr_i (icache_areq_i.fetch_paddr),
.priv_lvl_i (priv_lvl_i),
Expand Down

0 comments on commit 3b0da4b

Please sign in to comment.