|
#ifndef __SYSTEM_CONFIG_H__
|
#define __SYSTEM_CONFIG_H__
|
///////////////////////////////////////////////
|
//// board config
|
///////////////////////////////////////////////
|
|
//#define SYSTEM_CONFIG__FPGA
|
//#define SYSTEM_CONFIG__ASIC//this is ASIC_135
|
//#define SYSTEM_CONFIG__ASIC125
|
//#define SYSTEM_CONFIG__ASIC_135
|
#define SYSTEM_CONFIG__ASIC_150
|
|
|
#define SYSTEM_CONFIG__SERVER_MODE
|
//#define SYSTEM_CONFIG__PCI_MODE
|
|
|
///////////////////////////////////////////////
|
//// DRAM parameter - ref: sdram_support_list
|
///////////////////////////////////////////////
|
|
#define SYSTEM_CONFIG_DRAM__ARCH_4CH
|
//#define SYSTEM_CONFIG_DRAM__USED_2CHIPS
|
//#define SYSTEM_CONFIG_FLASH__USED_2CHIPS
|
|
//#define SYSTEM_CONFIG_DRAM__NT5SV16M16CS_6K
|
//#define SYSTEM_CONFIG_DRAM__PMS308416BTR_6
|
//#define SYSTEM_CONFIG_DRAM__IS42S16320D
|
#define SYSTEM_CONFIG_DRAM__W9825G6KH_6I
|
//#define SYSTEM_CONFIG_DRAM__A3V56S30
|
|
//#define SYS_CONFIG_WITH_IP102_PHY
|
|
#endif
|