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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_61/] [or1ksim/] [configure.in] - Diff between revs 566 and 706

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

Rev 566 Rev 706
Line 105... Line 105...
])
])
AC_MSG_RESULT(${enable_fsim-no})
AC_MSG_RESULT(${enable_fsim-no})
 
 
AC_DEFINE_UNQUOTED(FAST_SIM, $fast_sim)
AC_DEFINE_UNQUOTED(FAST_SIM, $fast_sim)
 
 
 
simple_execution="0"
 
AC_MSG_CHECKING(whether to use simple execution)
 
AC_ARG_ENABLE(simple,
 
    [  --enable-simple    compiles sim with simple execution], [
 
    case "$enableval" in
 
  no)  simple_execution="0" ;;
 
        yes) simple_execution="1" ;;
 
    esac
 
])
 
AC_MSG_RESULT(${enable_simple-no})
 
 
 
AC_DEFINE_UNQUOTED(SIMPLE_EXECUTION, $simple_execution)
 
AM_CONDITIONAL(SIMPLE_EXECUTION, test x$simple_execution = x1)
 
 
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)], [
    case "$enableval" in
    case "$enableval" in

powered by: WebSVN 2.1.0

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