Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

question: Is the prebuilt build support rv32IMAC ISA extension or just rv32imc? #108

Closed
Saqlinahamad opened this issue Jul 8, 2021 · 3 comments

Comments

@Saqlinahamad
Copy link

No description provided.

@Saqlinahamad Saqlinahamad changed the title question: Is the prebuilt build support rv32IMAC extension or just rv32imc? question: Is the prebuilt build support rv32IMAC ISA extension or just rv32imc? Jul 8, 2021
@stnolting
Copy link
Owner

Do you mean the prebuilt gcc toolchain from https://github.com/stnolting/riscv-gcc-prebuilt or the "prebuilt" FPGA processor setups from https://github.com/stnolting/neorv32/actions/workflows/Implementation.yml?

  1. The prebuilt gcc toolchain supports all ISA extensions that were officially ratified in the specific GCC / binutils version. For example, https://github.com/stnolting/riscv-gcc-prebuilt/releases/tag/rv32i-2.0.0 supports all the ISA extensions in you have mentioned (i, m, a, c).
  2. The prebuilt FPGA setups use different configuration options of the processor/CPU. The example setups that are used in the "implementation" GitHub workflow instantiate processor wrappers from rtl/templates/processor. Check out the according wrapper VHDL file there to see which CPU ISA extensions are enabled and which are not.

@Saqlinahamad
Copy link
Author

I meant prebuilt gcc toolchain

@Saqlinahamad
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants