• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






nios II 爱好者

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

随笔分类 -  DE2-70

 
Quartus II 11.0 正式版下载
摘要:ftp://ftp.altera.com/outgoing/release/11.0_quartus_windows.exe 1.01GBftp://ftp.altera.com/outgoing/release/11.0_devices_windows.exe 3.92GBftp://ftp.altera.com/outgoing/release/11.0_dsp_builder_windows.exe 58MBftp://ftp.altera.com/outgoing/release/11.0_legacy_nios2_windows.exe 142MB对于CPLD、FPGA和HardCo 阅读全文
posted @ 2011-05-10 20:01 nios II 爱好者 阅读(27634) 评论(12) 推荐(0)
【原创】如何用SignalTap II观看状态机状态
摘要:前几天在调试一个项目时想用SignaTap II查看状态机的状态,经过琢磨后发现了使用方法。保存与此,以便以后忘记了再来复习。 附上一个小的状态机测试程序,虽然代码不够完善,但也能达到示范目的。[代码] 阅读全文
posted @ 2011-01-22 21:16 nios II 爱好者 阅读(3023) 评论(1) 推荐(0)
Why does my Cyclone III FPGA fail to access the EPCS device using the EPCS Controller module?
摘要:Solution In Cyclone® III devices, the EPCS controller does not automatically assign its output pins to the dedicated configuration pins on the FPGA. Instead, the output pins are exported to the to... 阅读全文
posted @ 2010-12-04 10:14 nios II 爱好者 阅读(496) 评论(0) 推荐(1)
[转]如何在NIOS II中读写EPCS剩余空间
摘要:最近用CYCLONE FPGA做的视频图像叠加板需要存储一些用户配置信息,而EPCS4配置芯片除了存储FPGA配置信息和NIOS II程序外,还有很多存储空间剩余未使用,刚好可以用来做用户配置信息存储。折腾了挺长时间,看了不少文档,都只是提到可以用ALTERA提供的HAL函数来调用EPCS相关的函数。最后只能硬着头皮看“altera_avalon_epcs_flash_controll... 阅读全文
posted @ 2010-11-28 14:33 nios II 爱好者 阅读(2587) 评论(2) 推荐(1)
自定义IP原来如此简单
摘要:首先用Verilog语言或者VHDL编写、或者用原理图来画硬件驱动,以数码管驱动为例子,编写Verilog如下:[代码]然后编写一个顶层文件来调用sg7IP.v来测试验证上面的驱动是正常的。我这里编写了sg7top.v来作为顶层文件。[代码]分配管教,编译后下载到DE2-70的开发板中,数码管HEX0显示为F则表示硬件驱动正常。然后打开SOPCBuilder,新建一个component。过程如下图... 阅读全文
posted @ 2010-10-05 21:05 nios II 爱好者 阅读(5259) 评论(2) 推荐(2)
parameter "bandwidth_type" is not a formal parameter of instantiated module的解决方法
摘要:昨日调试NIOSII的时候,用的是10.0的版本,在SOPCBuilder中添加了ALTPLL模块,生成文件后,在QuartusII中无法编译,提示 Error(10130):VerilogHDLerroratpll.v(144):parameter"bandwidth_type"isnotaformalparameterofinstantiatedmodule Error(10130):Veri... 阅读全文
posted @ 2010-10-05 08:48 nios II 爱好者 阅读(1534) 评论(6) 推荐(1)
Verify failed between address 0x20 and 0x147错误
摘要:今天在调试NIOS II的时候,不小心出现了如下错误:Downloading 00000020 ( 0%)Downloading 00801000 (25%)Downloaded 2KB in 0.0s Verifying 00000020 ( 0%)Verify failed between address 0x20 and 0x147Leaving target processor pause... 阅读全文
posted @ 2010-10-04 15:06 nios II 爱好者 阅读(2356) 评论(0) 推荐(1)