Learning

导航

2009年7月26日 #

NIOS下的数据类型

摘要: NIOS数据类型来自:Nios II Software Developer's Handbook 阅读全文

posted @ 2009-07-26 21:12 xinjie 阅读(603) 评论(0) 推荐(0) 编辑

NIOS的system.h解读--PIO实现的LED灯和key

摘要: #define LED_NAME "/dev/led" //设备名#define LED_TYPE "altera_avalon_pio" //sopc对应的ip核#define LED_BASE 0x010020c0 //基地址#define LED_SPAN 16 //存储地址的总大小#define LED_DO_TEST_BENCH_WIRING 0#define LED_DRIVEN_SI... 阅读全文

posted @ 2009-07-26 21:06 xinjie 阅读(1108) 评论(0) 推荐(0) 编辑

Error: One or more components could not be located (altera_nios2). Check Global User Libraries under Tools->Options...

摘要: 转载:http://blog.ftliang.com/post/416/Error: One or more components could not be located (altera_nios2). Check Global User Libraries under Tools->Options... in Quartus II.今天我在7.1下也有这个问题,找到了如下的回复,问题实际... 阅读全文

posted @ 2009-07-26 10:50 xinjie 阅读(713) 评论(0) 推荐(0) 编辑

重新指定SOPC BUILDER硬核问题(版本8.1)

摘要: When building a NiosII C/C++ application project, the Nios II IDE references the SOPC Builder system file (.ptf) to create executable code that matches the target hardware. After creating a project ba... 阅读全文

posted @ 2009-07-26 09:49 xinjie 阅读(370) 评论(0) 推荐(0) 编辑