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

--ust-trace outputs bad addresses when compiled with rv32imc #1

Open
bluewww opened this issue Mar 20, 2019 · 0 comments
Open

--ust-trace outputs bad addresses when compiled with rv32imc #1

bluewww opened this issue Mar 20, 2019 · 0 comments

Comments

@bluewww
Copy link
Collaborator

bluewww commented Mar 20, 2019

When compiled --with-isa=RV32IMC

VALID,ADDRESS,INSN,PRIVILEGE,EXCEPTION,ECAUSE,TVAL,INTERRUPT
1,ffffffff80000000,4081,3,0,0,0,0
1,ffffffff80000002,4101,3,0,0,0,0
[...] 

but when compiled --with-isa=RV64IMC

VALID,ADDRESS,INSN,PRIVILEGE,EXCEPTION,ECAUSE,TVAL,INTERRUPT
1,80000000,4081,3,0,0,0,0
1,80000002,4101,3,0,0,0,0
[...] 
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

1 participant