forked from github/verilator
Tests: Allow --numsets 2/2
This commit is contained in:
parent
9f947bcb5f
commit
e6c91f59ab
@ -277,7 +277,7 @@ sub _calc_hashset {
|
||||
local $/;
|
||||
unpack("%32W*", $t);
|
||||
};
|
||||
if ($set == ($checksum % $nsets)) {
|
||||
if (($set % $nsets) == ($checksum % $nsets)) {
|
||||
push @new, $t;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user