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/] [ddr/] [ddr2sp.in] - Rev 2

Compare with Previous | Blame | View Log


  mainmenu_option next_comment
  comment 'DDR2 SDRAM controller             '
    bool 'Enable DDR2 SDRAM controller       ' CONFIG_DDR2SP
    if [ "$CONFIG_DDR2SP" = "y" ]; then
      bool 'Enable power-on initialization       ' CONFIG_DDR2SP_INIT
      int 'Memory frequency (MHz)  ' CONFIG_DDR2SP_FREQ 100
      int 'Refresh to Activate (tRFC) in ns  ' CONFIG_DDR2SP_TRFC 130
      if [ "$CONFIG_DDR2SP_INIT" = "y" ]; then
        int 'Column address bits (9 - 12)  ' CONFIG_DDR2SP_COL 9
        int 'Chip select bank size (Mbyte) ' CONFIG_DDR2SP_MBYTE 16
      fi
        int 'Data width (64, 32, 16) bit ' CONFIG_DDR2SP_DATAWIDTH 64
        int 'Input pad delay for byte 0 (0 - 63)' CONFIG_DDR2SP_DELAY0 0
        int 'Input pad delay for byte 1 (0 - 63)' CONFIG_DDR2SP_DELAY1 0
        int 'Input pad delay for byte 2 (0 - 63)' CONFIG_DDR2SP_DELAY2 0
        int 'Input pad delay for byte 3 (0 - 63)' CONFIG_DDR2SP_DELAY3 0
        int 'Input pad delay for byte 4 (0 - 63)' CONFIG_DDR2SP_DELAY4 0
        int 'Input pad delay for byte 5 (0 - 63)' CONFIG_DDR2SP_DELAY5 0
        int 'Input pad delay for byte 6 (0 - 63)' CONFIG_DDR2SP_DELAY6 0
        int 'Input pad delay for byte 7 (0 - 63)' CONFIG_DDR2SP_DELAY7 0
    fi
  endmenu

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.