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/] [spacewire/] [spacewire.in] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
  bool 'Enable Spacewire links              ' CONFIG_SPW_ENABLE
2
  if [ "$CONFIG_SPW_ENABLE" = "y" ]; then
3
    int 'Number of links (1 - 3)' CONFIG_SPW_NUM 1
4
      choice 'AHB RX/TX FIFO size (32-bit words)     ' \
5
        "4      CONFIG_SPW_AHBFIFO4      \
6
         8      CONFIG_SPW_AHBFIFO8      \
7
         16     CONFIG_SPW_AHBFIFO16     \
8
         32     CONFIG_SPW_AHBFIFO32" 16
9
      choice 'Receiver FIFO size (bytes)        ' \
10
        "16     CONFIG_SPW_RXFIFO16      \
11
         32     CONFIG_SPW_RXFIFO32      \
12
         64     CONFIG_SPW_RXFIFO64" 16
13
    bool 'Enable RMAP protocol   ' CONFIG_SPW_RMAP
14
    if [ "$CONFIG_SPW_RMAP" = "y" ]; then
15
      choice 'RMAP buffer size (bytes)    ' \
16
        "64     CONFIG_SPW_RMAPBUF2      \
17
         128    CONFIG_SPW_RMAPBUF4      \
18
         192    CONFIG_SPW_RMAPBUF6      \
19
         256    CONFIG_SPW_RMAPBUF8" 64
20
    fi
21
    bool 'Enable RMAP CRC check  ' CONFIG_SPW_RMAPCRC
22
    bool 'Spacewire FIFO protection           ' CONFIG_SPW_FT
23
    bool 'Use GRSPWC netlist     ' CONFIG_SPW_NETLIST
24
    choice 'Select GRSPW core (GRSPW1/GRSPW2) ' \
25
        "1      CONFIG_SPW_GRSPW1        \
26
         2      CONFIG_SPW_GRSPW2" 2
27
  fi
28
 

powered by: WebSVN 2.1.0

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