Line 25... |
Line 25... |
# This code is commented throughout for use with Doxygen.
|
# This code is commented throughout for use with Doxygen.
|
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
|
|
|
|
# Can take up to 5 minutes to run this test
|
# Can take up to 5 minutes to run this test
|
|
set old_timeout $timeout
|
set timeout 300
|
set timeout 300
|
|
|
# Run testfloat
|
# Run testfloat
|
run_or1ksim "testfloat" \
|
run_or1ksim "testfloat" \
|
[list "!No errors found in int32_to_float32, rounding nearest_even." \
|
[list "No errors found in int32_to_float32, rounding nearest_even." \
|
"No errors found in int32_to_float32, rounding to_zero." \
|
"No errors found in int32_to_float32, rounding to_zero." \
|
"No errors found in int32_to_float32, rounding down." \
|
"No errors found in int32_to_float32, rounding down." \
|
"No errors found in int32_to_float32, rounding up." \
|
"No errors found in int32_to_float32, rounding up." \
|
"No errors found in float32_to_int32, rounding nearest_even." \
|
"No errors found in float32_to_int32, rounding nearest_even." \
|
"No errors found in float32_to_int32, rounding to_zero." \
|
"No errors found in float32_to_int32, rounding to_zero." \
|
Line 57... |
Line 58... |
"No errors found in float32_div, rounding down." \
|
"No errors found in float32_div, rounding down." \
|
"No errors found in float32_div, rounding up." \
|
"No errors found in float32_div, rounding up." \
|
"No errors found in float32_eq." \
|
"No errors found in float32_eq." \
|
"No errors found in float32_le." \
|
"No errors found in float32_le." \
|
"No errors found in float32_lt" \
|
"No errors found in float32_lt" \
|
"exit(0)"] \
|
"!exit(0)"] \
|
"testfloat.cfg" "testfloat/testfloat"
|
"fp.cfg" "testfloat/testfloat"
|
|
|
|
set timeout $old_timeout
|