Skip to content

Commit

Permalink
cpu: update difftest
Browse files Browse the repository at this point in the history
- fix bug of difftest, when valuediff need panic
- use DiffValue flag enable difftest trace
- clean difftest code

Change-Id: Ie5409ea04a892d7f7a878345db37df482d2e68f1
  • Loading branch information
jueshiwenli committed Sep 20, 2024
1 parent eb02c8a commit bdedf2e
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 186 deletions.
1 change: 1 addition & 0 deletions src/cpu/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ DebugFlag('Mwait')
DebugFlag('Diff')
DebugFlag('DumpCommit')
DebugFlag('Diff2')
DebugFlag('DiffValue')

CompoundFlag('ExecAll', [ 'ExecEnable', 'ExecCPSeq', 'ExecEffAddr',
'ExecFaulting', 'ExecFetchSeq', 'ExecOpClass', 'ExecRegDelta',
Expand Down
Loading

0 comments on commit bdedf2e

Please sign in to comment.