--mux2 library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; use IEEE.std_logic_arith.all; entity mux2 is port(a,b,en:in std_logic; y:out std_logic); end mux2; architecture behav of mux2 is begin y end behav;
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机