We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40138c commit 6c3ac4bCopy full SHA for 6c3ac4b
libraries/difftest
projects/cpu_axi_diff/vsrc/cpu.v
@@ -158,6 +158,7 @@ DifftestInstrCommit DifftestInstrCommit(
158
.valid (cmt_valid),
159
.pc (cmt_pc),
160
.instr (cmt_inst),
161
+ .special (0),
162
.skip (0),
163
.isRVC (0),
164
.scFailed (0),
projects/cpu_diff/vsrc/SimTop.v
@@ -148,6 +148,7 @@ DifftestInstrCommit DifftestInstrCommit(
148
149
150
151
152
153
154
0 commit comments