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

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [lib/] [gaisler/] [net/] [edcl.in] - Rev 2

Compare with Previous | Blame | View Log


if [ "$CONFIG_GRETH_ENABLE" = "y" ]; then
  bool 'Ethernet Debug Communication Link (EDCL)' CONFIG_DSU_ETH
  if [ "$CONFIG_DSU_ETH" = "y" ]; then
    choice 'Ethernet/AHB bridge buffer size (kbytes)' \
        "1              CONFIG_DSU_ETHSZ1 \
        2               CONFIG_DSU_ETHSZ2 \
        4               CONFIG_DSU_ETHSZ4 \
        8               CONFIG_DSU_ETHSZ8 \
        16              CONFIG_DSU_ETHSZ16" 2
    hex 'MSB 16 bits of IP address (hex)       ' CONFIG_DSU_IPMSB C0A8
    hex 'LSB 16 bits of IP address (hex)       ' CONFIG_DSU_IPLSB 0033
    hex 'MSB 24 bits of ethern number (hex)    ' CONFIG_DSU_ETHMSB 00007A
    hex 'LSB 24 bits of ethern number (hex)    ' CONFIG_DSU_ETHLSB CC0001
    if [ "$CONFIG_GRETH_GIGA" = "n" ]; then
      bool 'Programmable 4-bit LSB of MAC/IP address' CONFIG_DSU_ETH_PROG
    fi
  fi
fi

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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