core-v-verif icon indicating copy to clipboard operation
core-v-verif copied to clipboard

CV32E41P "hello-world" program checks for E40P value of marchid

Open MikeOpenHWGroup opened this issue 2 years ago • 1 comments

This is a bug in both the RTL and TB.

The current value of the CV32E41P marchid CSR is 0x4. This is inherited from the CV32E40P and must be changed to whatever marchid is assigned to this new core.

Currently the hello-world test-program checks for marchid == 0x4. The test-program should be updated to the assigned marchid for this core.

MikeOpenHWGroup avatar Aug 09 '21 15:08 MikeOpenHWGroup

@davideschiavone what should marchid be set to for CV32E41P?

tariqkurd-repo avatar Aug 12 '21 09:08 tariqkurd-repo