i want to run the RISC5 machine on simics wile having the caches enabled.
also I would like to see the how is cache being implemented on the board cause after running the below commands on the console I did not find any connections to another thing on the board
<code> new-simple-cache-tool name = cachetool -connect-all
(cachetool.add-l2-cache name = l2 line-size = 64 sets = 1024 ways = 20
-prefetch-adjacent prefetch-additional = 4)
</code>
<code> new-simple-cache-tool name = cachetool -connect-all
(cachetool.add-l2-cache name = l2 line-size = 64 sets = 1024 ways = 20
-prefetch-adjacent prefetch-additional = 4)
</code>
new-simple-cache-tool name = cachetool -connect-all
(cachetool.add-l2-cache name = l2 line-size = 64 sets = 1024 ways = 20
-prefetch-adjacent prefetch-additional = 4)
with this i expected the risc5 machine to continue as it it but i face this error:
New contributor
Herman Singh Umrao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.