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] - Rev 2

Compare with Previous | Blame | View Log

  bool 'Enable Spacewire links              ' CONFIG_SPW_ENABLE
  if [ "$CONFIG_SPW_ENABLE" = "y" ]; then
    int 'Number of links (1 - 3)' CONFIG_SPW_NUM 1
      choice 'AHB RX/TX FIFO size (32-bit words)     ' \
        "4      CONFIG_SPW_AHBFIFO4      \
         8      CONFIG_SPW_AHBFIFO8      \
         16     CONFIG_SPW_AHBFIFO16     \
         32     CONFIG_SPW_AHBFIFO32" 16
      choice 'Receiver FIFO size (bytes)        ' \
        "16     CONFIG_SPW_RXFIFO16      \
         32     CONFIG_SPW_RXFIFO32      \
         64     CONFIG_SPW_RXFIFO64" 16
    bool 'Enable RMAP protocol   ' CONFIG_SPW_RMAP
    if [ "$CONFIG_SPW_RMAP" = "y" ]; then
      choice 'RMAP buffer size (bytes)    ' \
        "64     CONFIG_SPW_RMAPBUF2      \
         128    CONFIG_SPW_RMAPBUF4      \
         192    CONFIG_SPW_RMAPBUF6      \
         256    CONFIG_SPW_RMAPBUF8" 64
    fi
    bool 'Enable RMAP CRC check  ' CONFIG_SPW_RMAPCRC
    bool 'Spacewire FIFO protection           ' CONFIG_SPW_FT
    bool 'Use GRSPWC netlist     ' CONFIG_SPW_NETLIST
    choice 'Select GRSPW core (GRSPW1/GRSPW2) ' \
        "1      CONFIG_SPW_GRSPW1        \
         2      CONFIG_SPW_GRSPW2" 2 
  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.