mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Run 16-bit fsqrt tests first
This commit is contained in:
parent
838d98cf4b
commit
ce6e153b15
@ -585,7 +585,7 @@ module testbenchfp;
|
|||||||
end
|
end
|
||||||
if (TEST === "sqrt" | TEST === "all") begin // if sqrt is being tested
|
if (TEST === "sqrt" | TEST === "all") begin // if sqrt is being tested
|
||||||
// add the correct tests/op-ctrls/unit/fmt to their lists
|
// add the correct tests/op-ctrls/unit/fmt to their lists
|
||||||
Tests = {Tests, f16sqrt};
|
Tests = {f16sqrt, Tests};
|
||||||
OpCtrl = {OpCtrl, `SQRT_OPCTRL};
|
OpCtrl = {OpCtrl, `SQRT_OPCTRL};
|
||||||
WriteInt = {WriteInt, 1'b0};
|
WriteInt = {WriteInt, 1'b0};
|
||||||
for(int i = 0; i<5; i++) begin
|
for(int i = 0; i<5; i++) begin
|
||||||
|
Loading…
Reference in New Issue
Block a user