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

Harmonize termilogy between non-accepted and rejected instructions #112

Closed christian-herber-nxp closed 4 months ago

christian-herber-nxp commented 6 months ago

The spec currently uses both terms non-accepted and rejected to refer to instructions which have received issue_resp.accept = 0. Proposal is to refer to such as rejected consistently, to differentiate from instruction that did not get accepted before the issue request was retracted.