《CPLDFPGA嵌入式应用开发技术白金手册》源代码

源代码在线查看: mux2.vhd

软件大小: 278 K
上传用户: qqwoshi
关键词: CPLDFPGA 嵌入式应用 开发技术
下载地址: 免注册下载 普通下载 VIP

相关代码

				--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;
				
							

相关资源