mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
riscv_pkg: Remove pkg identifier inside pkg (#414)
This commit is contained in:
parent
f0d2a6d635
commit
94345782e7
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ package riscv;
|
|||
// memory management, pte
|
||||
typedef struct packed {
|
||||
logic [9:0] reserved;
|
||||
logic [riscv::PLEN-12-1:0] ppn;
|
||||
logic [PLEN-12-1:0] ppn;
|
||||
logic [1:0] rsw;
|
||||
logic d;
|
||||
logic a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue