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] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
 
2
if [ "$CONFIG_GRETH_ENABLE" = "y" ]; then
3
  bool 'Ethernet Debug Communication Link (EDCL)' CONFIG_DSU_ETH
4
  if [ "$CONFIG_DSU_ETH" = "y" ]; then
5
    choice 'Ethernet/AHB bridge buffer size (kbytes)' \
6
        "1              CONFIG_DSU_ETHSZ1 \
7
        2               CONFIG_DSU_ETHSZ2 \
8
        4               CONFIG_DSU_ETHSZ4 \
9
        8               CONFIG_DSU_ETHSZ8 \
10
        16              CONFIG_DSU_ETHSZ16" 2
11
    hex 'MSB 16 bits of IP address (hex)       ' CONFIG_DSU_IPMSB C0A8
12
    hex 'LSB 16 bits of IP address (hex)       ' CONFIG_DSU_IPLSB 0033
13
    hex 'MSB 24 bits of ethern number (hex)    ' CONFIG_DSU_ETHMSB 00007A
14
    hex 'LSB 24 bits of ethern number (hex)    ' CONFIG_DSU_ETHLSB CC0001
15
    if [ "$CONFIG_GRETH_GIGA" = "n" ]; then
16
      bool 'Programmable 4-bit LSB of MAC/IP address' CONFIG_DSU_ETH_PROG
17
    fi
18
  fi
19
fi
20
 

powered by: WebSVN 2.1.0

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