forked from Github_Repos/cvw
Run 16-bit fsqrt tests first
This commit is contained in:
parent
d91b4de348
commit
e01b03e9b2
@ -585,7 +585,7 @@ module testbenchfp;
|
||||
end
|
||||
if (TEST === "sqrt" | TEST === "all") begin // if sqrt is being tested
|
||||
// add the correct tests/op-ctrls/unit/fmt to their lists
|
||||
Tests = {Tests, f16sqrt};
|
||||
Tests = {f16sqrt, Tests};
|
||||
OpCtrl = {OpCtrl, `SQRT_OPCTRL};
|
||||
WriteInt = {WriteInt, 1'b0};
|
||||
for(int i = 0; i<5; i++) begin
|
||||
|
Loading…
Reference in New Issue
Block a user