mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 05:37:16 -04:00
pmp: Change XLEN to PLEN to fix bug in pmp_tb.sv
This commit is contained in:
parent
82e7adf960
commit
87426e193a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module pmp_tb;
|
|||
int unsigned size;
|
||||
|
||||
pmp #(
|
||||
.XLEN(WIDTH),
|
||||
.PLEN(WIDTH),
|
||||
.PMP_LEN(PMP_LEN),
|
||||
.NR_ENTRIES(NR_ENTRIES)
|
||||
) i_pmp(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue