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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_67/] [or1ksim/] [configure.in] - Diff between revs 897 and 910

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 897 Rev 910
Line 137... Line 137...
        yes) raw_range_stats="1" simple_execution="1" ;;
        yes) raw_range_stats="1" simple_execution="1" ;;
    esac
    esac
])
])
AC_MSG_RESULT(${enable_range_stats-no})
AC_MSG_RESULT(${enable_range_stats-no})
 
 
set_ov_flag="1"
set_ov_flag="0"
AC_MSG_CHECKING(whether instructions set overflow flag)
AC_MSG_CHECKING(whether instructions set overflow flag)
AC_ARG_ENABLE(ov_flag,
AC_ARG_ENABLE(ov_flag,
    [  --enable-ov-flag      Whether instructions set overflow flag.], [
    [  --enable-ov-flag      Whether instructions set overflow flag.], [
    case "$enableval" in
    case "$enableval" in
  no)  set_ov_flag="0" ;;
  no)  set_ov_flag="0" ;;
        yes) set_ov_flag="1" ;;
        yes) set_ov_flag="1" ;;
    esac
    esac
])
])
AC_MSG_RESULT(${enable_ov_flag-no})
AC_MSG_RESULT(${enable_ov_flag-no})
 
 
set_arith_flag="1"
set_arith_flag="0"
AC_MSG_CHECKING(whether arithmethic instructions set flag)
AC_MSG_CHECKING(whether arithmethic instructions set flag)
AC_ARG_ENABLE(arith_flag,
AC_ARG_ENABLE(arith_flag,
    [  --enable-arith-flag      Whether arithmethic instructions setflag.], [
    [  --enable-arith-flag      Whether arithmethic instructions setflag.], [
    case "$enableval" in
    case "$enableval" in
  no)  set_arith_flag="0" ;;
  no)  set_arith_flag="0" ;;

powered by: WebSVN 2.1.0

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