mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added csr comparison.
This commit is contained in:
parent
abf9da01ab
commit
c72f0fd504
@ -316,7 +316,7 @@ int state_compare(int hart, uint64_t Minstret){
|
|||||||
result &= rvviRefInsBinCompare(hart);
|
result &= rvviRefInsBinCompare(hart);
|
||||||
result &= rvviRefGprsCompare(hart);
|
result &= rvviRefGprsCompare(hart);
|
||||||
result &= rvviRefFprsCompare(hart);
|
result &= rvviRefFprsCompare(hart);
|
||||||
//result &= rvviRefCsrCompare(hart);
|
result &= rvviRefCsrsCompare(hart);
|
||||||
} else {
|
} else {
|
||||||
result = 0;
|
result = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user