- 15
- 0
- 约1.71万字
- 约 11页
- 2016-10-12 发布于贵州
- 举报
VHDL键盘去计数器
实验三 键盘扫描显示实验
实验目的实验实验数据library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity scanf is
port( clk : in std_logic;-------------扫描时钟信号
start : in std_logic;-------------开始信号,高电平有效
kbcol : in std_logic_vector(3 downto 0);--------------行扫描信号
kbrow : out std_logic_vector(3 downto 0);-------------列扫描信号
seg7_out : out std_logic_vector(6 downto 0);-------------七段显示控制信号(abcdefg)
scan : out std_logic_vector(2 downto 0));-------------数码管地址选择控制信号
end scanf;
architecture one of scanf is
signal count : std_logic_vector(1 downto 0);
sign
您可能关注的文档
- Ttkxfh日级文法全集.doc
- TTS3000方案说明书.doc
- tu-1810分光光度计和dt-1300照度计价格.docx
- t计算机语言(教学大纲.doc
- U8EAI简介发手册.doc
- UA741单运文手册.doc
- Ubgmxn机程学院2010届毕业设计指导手册-1.doc
- udp与tcp建立、数据传输、连接断开的报文分析.doc
- ulead绘声50版简介.doc
- UG CAD设用指导实例 第1章 建立草图工作平面.doc
- fao -延绳钓和竿钓渔业的最佳实践处理方法 Best practice-handling for handline and rod-and-reel fisheries.pdf
- forescout -太阳 落下 通过协调开发太阳能发电系统来破坏电网稳定 SUN -DOWN Destabilizing the Grid via Orchestrated Exploitation of Solar Power Systems.pdf
- ICAT -气候融资透明度指南 Climate Finance Transparency Guide.pdf
- GAO -退伍军人医疗保健 改善外国医疗计划所需采取的行动 Veterans Health Care -Actions Needed to Improve the Foreign Medical Program.pdf
- fao -渔业共同管理能力发展区域间研讨会报告 Report of the Interregional Workshop on Fisheries Co-management Capacity Development.pdf
- fao -中美洲、南美洲和加勒比地区高致病性 H5N1 禽流感紧急情况及应对措施 Emergencia y respuesta a la influenza aviar de alta patogenicidad H5N1 en América Central, América del Sur y el Caribe.pdf
- gao -小企业试点计划:美国小企业管理局有机会评估结果并加强欺诈风险缓解措施 Small Business Pilot Program -SBA Has Opportunities to Evaluate Outcomes and Enhance Fraud Risk Mitigation.pdf
- fao -香蕉种植园减少碳足迹和水足迹的方法指南 Methodological guide to reduce carbon and water footprints in banana plantations.pdf
- fao -兽医准专业人员培训和商业环境需求评估 Veterinary paraprofessional training and business environment needs assessment.pdf
- fao -小规模渔业部门中对性别问题有敏感认识的鱼类损失评估方法 A gender-responsive methodology for fish loss assessment in the small-scale fisheries sector.pdf
最近下载
- 2025至2030中国工业智能手机行业细分市场及应用领域与趋势展望研究报告.docx VIP
- 艾滋病诊疗指南(2025年版).docx
- 2026年中考第一次模拟考试:语文一模突破卷(解析版)(河南专用).docx VIP
- 2026年中考第一次模拟考试:物理一模突破卷(河南专用) (考试版).docx VIP
- 2025河北省中考生物真题(原卷版).pdf VIP
- DB3310_T 117-2024 化妆品经营者管理规范.docx VIP
- 2026年中考第一次模拟考试:物理一模突破卷(河南专用) (解析版).docx VIP
- 功率半导体器件基础课件.pptx
- 公司入股协议模板.doc VIP
- 外研版英语(一年级起点)五年级下册《期中检测卷》(word版附答案).docx VIP
原创力文档

文档评论(0)