Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drop __riscv_vendor_feature_bits #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cyyself
Copy link
Contributor

@cyyself cyyself commented Jan 17, 2025

As discussed in #96, current interface is insufficient to support some cases, like a vendor buying a CPU IP from the upstream vendor but using their own mvendorid and custom features from the upstream vendor. In this case, we might need to add these extensions for each downstream vendor many times. Thus, making __riscv_vendor_feature_bits guarded by mvendorid is not a good idea. So, drop __riscv_vendor_feature_bits for now, and we should have time to discuss a better solution.

As discussed in riscv-non-isa#96, current interface is insufficient to support some
cases, like a vendor buying a CPU IP from the upstream vendor but using
their own mvendorid and custom features from the upstream vendor. In
this case, we might need to add these extensions for each downstream
vendor many times. Thus, making __riscv_vendor_feature_bits guarded by
mvendorid is not a good idea. So, drop __riscv_vendor_feature_bits for
now, and we should have time to discuss a better solution.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant