2011年5月29日

[笔记]NiosII之Count Binary

摘要: 基于FPGA的嵌入式系统开发流程Nios处理器分立元件:RAM的设置:M9K;Data Width:12KByte;Total Size:12KbytePIO的设置:Reset Value:0x00;CPU的设置:Instruction Cache:2KbytesInterval Timer的设置:Presets(预先装置):Full-featured(全功能)NiosII例化代码:module first_q2_prj(clk,ext_rst_n,led_pio);input clk;input ext_rst_n;output[7:0] led_pio;wire rst_n;sys_ct. 阅读全文

posted @ 2011-05-29 23:40 LiangXuan 阅读(1033) 评论(0) 推荐(0)

导航