VHDL键盘去计数器.docVIP

  • 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

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档