本博客为本人学生时代的技术博客,工作后10年已经不再更新,需要关注可以访问geekpm.com,点击访问!
摘要: --2011.7.7凌晨版本--加入闭环控制--原有程序大幅改写,去掉了部分编译警告library ieee;use ieee.std_logic_1164.all;use ieee.std_logic_arith.all;use ieee.std_logic_unsigned.all;entity XTKZQ isport( rst,clk : in std_logic; --时钟和复位信号,复位信号由AVR初始化手动给出 --avr 读写相关信号线 ale,rd,wr : in std_logic; ... 阅读全文
posted @ 2011-07-07 00:48 emouse 阅读(1137) 评论(0) 推荐(2)