Replies: 2 comments 6 replies
-
I'm not sure what this list is. It doesn't look like UDB output and I don't recognize the format. What file required this?
For the UDB config file, that should still be the case. You only need to specify the extensions that you support. |
Beta Was this translation helpful? Give feedback.
-
|
These messages look like a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to upgrade to the latest revision of
act4branch from https://github.com/riscv/riscv-arch-test/tree/cert-docs-2026-04-01-17-37-00ca3c9 and noticed that for some reason it requires a lot more redundant configuration.For example, it requires
HPM_COUNTER_ENdespite core not claiming Zicntr or Zihpm support, it also requiresMCOUNTENABLE_ENandNUM_PMP_ENTRIES. Once I added those, turned out a whole bunch of other things were needed too:Why do I have to specify all those if I do not implement any of it anyway? My understanding was that previously any extension that was not specified as supported was implicitly assumed to not be supported and didn't require an explicit entry. But now the configuration for simpler cores blows up in size with a large amount of redundancy.
Is this intentional or may be simplified?
Beta Was this translation helpful? Give feedback.
All reactions