openhwgroup / core-v-xif

RISC-V eXtension interface that provides a generalized framework suitable to implement custom coprocessors and ISA extensions
https://docs.openhwgroup.org/projects/openhw-group-core-v-xif/en
Other
53 stars 23 forks source link

Update cv32e40x if_xif url #96

Closed davidmallasen closed 7 months ago

davidmallasen commented 7 months ago

The previous url is no longer valid. This PR updates to the correct url.

Moreover, it does not follow the latest version of the specs (for example there are no X_DUALREAD or X_DUALWRITE parameters. Should we add a note/warning about this?

christian-herber-nxp commented 7 months ago

to avoid such issues in the future, it would make sense to refer to a specific tagged version. Also it should be clearly indicated, that this implement version 0.2, as it is probably no longer in line with the latest and greatest definition of the interface. The real solution is getting a reference into this repository to be honest.