def test_pipe_fp32_16():
dut = FPCVTDownMuxInOut(32, 16, 4)
run_pipe_fp(dut, 32, "fcvt", unit_test_single, Float32,
- regressions, fcvt_16, 10, True)
+ regressions, fcvt_16, 100, True)
if __name__ == '__main__':
test_pipe_fp32_16()
def test_pipe_fp64_16():
dut = FPCVTDownMuxInOut(64, 16, 4)
run_pipe_fp(dut, 64, "fcvt", unit_test_single, Float64,
- regressions, fcvt_16, 10, True)
+ regressions, fcvt_16, 100, True)
if __name__ == '__main__':
test_pipe_fp64_16()
def test_pipe_fp64_32():
dut = FPCVTMuxInOut(64, 32, 4)
run_pipe_fp(dut, 64, "fcvt", unit_test_single, Float64,
- regressions, fcvt_32, 10, True)
+ regressions, fcvt_32, 100, True)
if __name__ == '__main__':
test_pipe_fp64_32()