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

Fix memory wrap on PSCID table

* The memory length depends on the serializer counter
parent 71a0455a
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ addrmap corr_matrix { ...@@ -174,7 +174,7 @@ addrmap corr_matrix {
mem { mem {
desc = "PSC identifier table."; desc = "PSC identifier table.";
memwidth = 32; memwidth = 32;
mementries = 2**`C_W_PSCID; mementries = 2**`C_W_SER_CNT;
} 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