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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_52/] [or1ksim/] [configure.in] - Diff between revs 879 and 894

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

Rev 879 Rev 894
Line 117... Line 117...
AC_MSG_RESULT(${enable_simple-no})
AC_MSG_RESULT(${enable_simple-no})
 
 
eth_phy="0"
eth_phy="0"
AC_MSG_CHECKING(whether to enable ethernet phy emulation)
AC_MSG_CHECKING(whether to enable ethernet phy emulation)
AC_ARG_ENABLE(ethphy,
AC_ARG_ENABLE(ethphy,
    [  --enable-ehtphy    compiles sim with ethernet phy support], [
    [  --enable-ethphy    compiles sim with ethernet phy support], [
    case "$enableval" in
    case "$enableval" in
  no)  eth_phy="0" ;;
  no)  eth_phy="0" ;;
        yes) eth_phy="1" ;;
        yes) eth_phy="1" ;;
    esac
    esac
])
])

powered by: WebSVN 2.1.0

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