虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 源码 > VHDL4选1数据选择器

VHDL4选1数据选择器

  • 资源大小:10 K
  • 上传时间: 2020-05-15
  • 上传用户:cdga
  • 资源积分:2 下载积分
  • 标      签: VHDL 数据选择器

资 源 简 介

VHDL编写的4选一数据选择器

entity mux41a is

       port(a,b:in std_logic;

               s1,s2,s3,s4:in std_logic;

               y: out std_logic);

end entity mux41a;

architecture one of mux41a is

signal ab:std_logic_vector(1 downto 0);

相 关 资 源

您 可 能 感 兴 趣 的