We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
遇到分支预测错误的情况,需要flush掉流水线,如何暂停difftest的指令提交,等到新的流水指令到来的时候再继续提交指令,以及difftest调用NEMU继续执行
The text was updated successfully, but these errors were encountered:
已经找到解决办法,只需要将提交指令那一级流水的valid 位作为DifftestInstrCommit Bundle中的valid位的输入即可:
difftest.io.valid := RegNext(io.in.valid) difftest.io.pc := RegNext(io.in.bits.mem_wb_memu_data.wb_commit_difftest.pc) difftest.io.instr := RegNext(io.in.bits.mem_wb_memu_data.wb_commit_difftest.instr)
Sorry, something went wrong.
No branches or pull requests
遇到分支预测错误的情况,需要flush掉流水线,如何暂停difftest的指令提交,等到新的流水指令到来的时候再继续提交指令,以及difftest调用NEMU继续执行
The text was updated successfully, but these errors were encountered: