-
Notifications
You must be signed in to change notification settings - Fork 733
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(difftest): only exactly skip needed instruction when diff
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule difftest
updated
20 files
+11 −4 | .github/workflows/main.yml | |
+4 −0 | Makefile | |
+1 −1 | libso.mk | |
+1 −1 | palladium.mk | |
+265 −297 | src/main/scala/Batch.scala | |
+43 −9 | src/main/scala/DPIC.scala | |
+8 −0 | src/main/scala/Difftest.scala | |
+4 −67 | src/main/scala/Gateway.scala | |
+96 −0 | src/main/scala/Preprocess.scala | |
+4 −4 | src/main/scala/Replay.scala | |
+30 −0 | src/main/scala/util/Lookup.scala | |
+113 −0 | src/main/scala/util/Query.scala | |
+5 −2 | src/test/csrc/common/elfloader.cpp | |
+43 −0 | src/test/csrc/common/query.cpp | |
+104 −0 | src/test/csrc/common/query.h | |
+23 −0 | src/test/csrc/difftest/difftest.cpp | |
+2 −2 | src/test/csrc/difftest/goldenmem.h | |
+3 −5 | src/test/csrc/fpga/xdma.cpp | |
+139 −64 | src/test/vsrc/vcs/DifftestEndpoint.sv | |
+1 −1 | vcs.mk |