⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.h

📁 niosII基础上实现的嵌入式网络驱动
💻 H
字号:
/* system.h * * Machine generated for a CPU named "cpu" as defined in: * E:\code\EP2C35\low_cost_lcd\low_cost_lcd.ptf * * Generated: 2007-02-12 00:06:02.703 * */#ifndef __SYSTEM_H_#define __SYSTEM_H_/*DO NOT MODIFY THIS FILE   Changing this file will have subtle consequences   which will almost certainly lead to a nonfunctioning   system. If you do modify this file, be aware that your   changes will be overwritten and lost when this file   is generated again.DO NOT MODIFY THIS FILE*//*******************************************************************************                                                                             ** License Agreement                                                           **                                                                             ** Copyright (c) 2003 Altera Corporation, San Jose, California, USA.           ** All rights reserved.                                                        **                                                                             ** Permission is hereby granted, free of charge, to any person obtaining a     ** copy of this software and associated documentation files (the "Software"),  ** to deal in the Software without restriction, including without limitation   ** the rights to use, copy, modify, merge, publish, distribute, sublicense,    ** and/or sell copies of the Software, and to permit persons to whom the       ** Software is furnished to do so, subject to the following conditions:        **                                                                             ** The above copyright notice and this permission notice shall be included in  ** all copies or substantial portions of the Software.                         **                                                                             ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR  ** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,    ** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ** AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      ** LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING     ** FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER         ** DEALINGS IN THE SOFTWARE.                                                   **                                                                             ** This agreement shall be governed in all respects by the laws of the State   ** of California and by the laws of the United States of America.              **                                                                             *******************************************************************************//* * system configuration * */#define ALT_SYSTEM_NAME "low_cost_lcd"#define ALT_CPU_NAME "cpu"#define ALT_CPU_ARCHITECTURE "altera_nios2"#define ALT_DEVICE_FAMILY "CYCLONE"#define RCIII#define ALT_STDIN "/dev/jtag_uart"#define ALT_STDOUT "/dev/jtag_uart"#define ALT_STDERR "/dev/jtag_uart"#define ALT_CPU_FREQ 50000000#define ALT_IRQ_BASE NULL/* * processor configuration * */#define NIOS2_CPU_IMPLEMENTATION "tiny"#define NIOS2_ICACHE_SIZE 0#define NIOS2_DCACHE_SIZE 0#define NIOS2_ICACHE_LINE_SIZE 0#define NIOS2_ICACHE_LINE_SIZE_LOG2 0#define NIOS2_DCACHE_LINE_SIZE 0#define NIOS2_DCACHE_LINE_SIZE_LOG2 0#define NIOS2_FLUSHDA_SUPPORTED#define NIOS2_EXCEPTION_ADDR 0x04000020#define NIOS2_RESET_ADDR 0x00000000#define NIOS2_HAS_DEBUG_STUB#define NIOS2_CPU_ID_SIZE 1#define NIOS2_CPU_ID_VALUE 0/* * A define for each class of peripheral * */#define __ALTERA_AVALON_NEW_SDRAM_CONTROLLER#define __ALTERA_AVALON_TRI_STATE_BRIDGE#define __ALTERA_AVALON_CFI_FLASH#define __ALTERA_AVALON_PIO#define __ALTERA_AVALON_SYSID#define __ALTERA_AVALON_JTAG_UART/* * sdram configuration * */#define SDRAM_NAME "/dev/sdram"#define SDRAM_TYPE "altera_avalon_new_sdram_controller"#define SDRAM_BASE 0x04000000#define SDRAM_REGISTER_DATA_IN 1#define SDRAM_SIM_MODEL_BASE 0#define SDRAM_SDRAM_DATA_WIDTH 32#define SDRAM_SDRAM_ADDR_WIDTH 13#define SDRAM_SDRAM_ROW_WIDTH 13#define SDRAM_SDRAM_COL_WIDTH 9#define SDRAM_SDRAM_NUM_CHIPSELECTS 1#define SDRAM_SDRAM_NUM_BANKS 4#define SDRAM_REFRESH_PERIOD 7.8125#define SDRAM_POWERUP_DELAY 100#define SDRAM_CAS_LATENCY 3#define SDRAM_T_RFC 70#define SDRAM_T_RP 20#define SDRAM_T_MRD 3#define SDRAM_T_RCD 20#define SDRAM_T_AC 5.5#define SDRAM_T_WR 14#define SDRAM_INIT_REFRESH_COMMANDS 2#define SDRAM_INIT_NOP_DELAY 0#define SDRAM_SHARED_DATA 0#define SDRAM_STARVATION_INDICATOR 0#define SDRAM_TRISTATE_BRIDGE_SLAVE ""#define SDRAM_IS_INITIALIZED 1#define SDRAM_SDRAM_BANK_WIDTH 2/* * ext_bus configuration * */#define EXT_BUS_NAME "/dev/ext_bus"#define EXT_BUS_TYPE "altera_avalon_tri_state_bridge"/* * ext_flash configuration * */#define EXT_FLASH_NAME "/dev/ext_flash"#define EXT_FLASH_TYPE "altera_avalon_cfi_flash"#define EXT_FLASH_BASE 0x00000000#define EXT_FLASH_SETUP_VALUE 40#define EXT_FLASH_WAIT_VALUE 160#define EXT_FLASH_HOLD_VALUE 40#define EXT_FLASH_TIMING_UNITS "ns"#define EXT_FLASH_UNIT_MULTIPLIER 1#define EXT_FLASH_SIZE 16777216#define EXT_FLASH_CONTENTS_INFO "SIMDIR/ext_flash.dat 1155809290"/* * led_pio configuration * */#define LED_PIO_NAME "/dev/led_pio"#define LED_PIO_TYPE "altera_avalon_pio"#define LED_PIO_BASE 0x01000800#define LED_PIO_DO_TEST_BENCH_WIRING 0#define LED_PIO_DRIVEN_SIM_VALUE 0x0000#define LED_PIO_HAS_TRI 0#define LED_PIO_HAS_OUT 1#define LED_PIO_HAS_IN 0#define LED_PIO_CAPTURE 0#define LED_PIO_EDGE_TYPE "NONE"#define LED_PIO_IRQ_TYPE "NONE"#define LED_PIO_FREQ 50000000/* * sysid configuration * */#define SYSID_NAME "/dev/sysid"#define SYSID_TYPE "altera_avalon_sysid"#define SYSID_BASE 0x01000810#define SYSID_ID 3221998321u#define SYSID_TIMESTAMP 1171104099u/* * jtag_uart configuration * */#define JTAG_UART_NAME "/dev/jtag_uart"#define JTAG_UART_TYPE "altera_avalon_jtag_uart"#define JTAG_UART_BASE 0x01000818#define JTAG_UART_IRQ 0#define JTAG_UART_WRITE_DEPTH 64#define JTAG_UART_READ_DEPTH 64#define JTAG_UART_WRITE_THRESHOLD 8#define JTAG_UART_READ_THRESHOLD 8#define JTAG_UART_READ_CHAR_STREAM ""#define JTAG_UART_SHOWASCII 1#define JTAG_UART_READ_LE 0#define JTAG_UART_WRITE_LE 0/* * system library configuration * */#define ALT_MAX_FD 32#define ALT_SYS_CLK none#define ALT_TIMESTAMP_CLK none/* * Devices associated with code sections. * */#define ALT_TEXT_DEVICE       SDRAM#define ALT_RODATA_DEVICE     SDRAM#define ALT_RWDATA_DEVICE     SDRAM#define ALT_EXCEPTIONS_DEVICE SDRAM#define ALT_RESET_DEVICE      EXT_FLASH#endif /* __SYSTEM_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -