Skip to content
Snippets Groups Projects
Commit f401bacd authored by BRONES Romain's avatar BRONES Romain
Browse files

fix(rdl): PSCID memory depth

parent d73a2778
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ addrmap corr_matrixpi { ...@@ -64,7 +64,7 @@ addrmap corr_matrixpi {
mem { mem {
desc = "PSC identifier table."; desc = "PSC identifier table.";
memwidth = 32; memwidth = 32;
mementries = `C_W_PSCID; mementries = 2**`C_W_PSCID;
} external PSCIDTABLE; } external PSCIDTABLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment