mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Added csr comparison.
This commit is contained in:
parent
abf9da01ab
commit
c72f0fd504
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ int state_compare(int hart, uint64_t Minstret){
|
|||
result &= rvviRefInsBinCompare(hart);
|
||||
result &= rvviRefGprsCompare(hart);
|
||||
result &= rvviRefFprsCompare(hart);
|
||||
//result &= rvviRefCsrCompare(hart);
|
||||
result &= rvviRefCsrsCompare(hart);
|
||||
} else {
|
||||
result = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue