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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_1_0/] [or1ksim/] [configure.in] - Diff between revs 551 and 557

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

Rev 551 Rev 557
Line 96... Line 96...
 
 
AC_MSG_CHECKING(whether to compile fsim)
AC_MSG_CHECKING(whether to compile fsim)
AC_ARG_ENABLE(fsim,
AC_ARG_ENABLE(fsim,
    [  --enable-fsim      compiles fsim, based on fast_config.c], [
    [  --enable-fsim      compiles fsim, based on fast_config.c], [
    case "$enableval" in
    case "$enableval" in
  no)  fast_sim=0 ;;
  no)  fast_sim="0" ;;
        yes) fast_sim=1 ;;
        yes) fast_sim="1" ;;
    esac
    esac
])
])
AC_MSG_RESULT(${enable_fsim-no})
AC_MSG_RESULT(${enable_fsim-no})
 
 
AC_DEFINE(FAST_SIM, $fast_sim)
AC_DEFINE_UNQUOTED(FAST_SIM, $fast_sim)
 
 
AC_MSG_CHECKING(for implementation-specific data)
AC_MSG_CHECKING(for implementation-specific data)
AC_ARG_ENABLE(impl,
AC_ARG_ENABLE(impl,
    [  --enable-impl=     use -specific environment
    [  --enable-impl=     use -specific environment
                          (one of: bender, mp3, default)], [
                          (one of: bender, mp3, default)], [

powered by: WebSVN 2.1.0

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