-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump difftest for new TOP IOs (#151)
- Loading branch information
1 parent
63a2687
commit 4cfa831
Showing
2 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
Submodule difftest
updated
23 files
+56 −7 | .github/workflows/main.yml | |
+2 −0 | Makefile | |
+16 −3 | README.md | |
+3 −0 | config/config.h | |
+0 −243 | doc/usage.md | |
+0 −61 | src/main/scala/Batch.scala | |
+77 −36 | src/main/scala/DPIC.scala | |
+77 −49 | src/main/scala/Difftest.scala | |
+212 −0 | src/main/scala/Gateway.scala | |
+0 −113 | src/main/scala/Merge.scala | |
+142 −0 | src/main/scala/Squash.scala | |
+68 −0 | src/main/scala/common/Flash.scala | |
+60 −0 | src/main/scala/common/LogPerfControl.scala | |
+1 −1 | src/test/csrc/common/dut.h | |
+49 −5 | src/test/csrc/difftest/difftest.cpp | |
+31 −13 | src/test/csrc/difftest/difftest.h | |
+5 −0 | src/test/csrc/difftest/refproxy.h | |
+25 −15 | src/test/csrc/vcs/vcs_main.cpp | |
+59 −34 | src/test/csrc/verilator/emu.cpp | |
+1 −1 | src/test/csrc/verilator/emu.h | |
+44 −0 | src/test/vsrc/vcs/GfifoControl.v | |
+84 −47 | src/test/vsrc/vcs/top.v | |
+1 −1 | vcs.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters