OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [or1ksim.tests/] [testfloat.exp] - Diff between revs 233 and 234

Show entire file | Details | Blame | View Log

Rev 233 Rev 234
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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.