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

soc/cores/cpu/naxriscv fix arch definition and small adjust #1874

Merged
merged 3 commits into from
Jan 19, 2024

Conversation

trabucayre
Copy link
Collaborator

With recent gcc software fails with:

litex/litex/soc/cores/cpu/naxriscv/system.h:12: Error: unrecognized opcode `fence.i', extension `zifencei' required

fence.i seems have been moved out of i ISA

rvXXima arch must be replaced by rvXXi2p0_ma

@trabucayre trabucayre changed the title soc/cores/cpu/naxriscv/core: fix arch definition soc/cores/cpu/naxriscv fix arch definition and small adjust Jan 18, 2024
@trabucayre
Copy link
Collaborator Author

The second commit is to avoid some issue when target build is done into a python script. Before the git clone os.chdir is called. But after this step current directory remains pythondata-cpu-naxriscv and caller script fails if some task must be done after without using absolute path.

@enjoy-digital enjoy-digital merged commit 4c07d72 into enjoy-digital:master Jan 19, 2024
1 check passed
@enjoy-digital
Copy link
Owner

Thanks @trabucayre, that's merged.

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

Successfully merging this pull request may close these issues.

2 participants