vhdl code for GIF Image Viewer

源代码在线查看: mux2.vhi

软件大小: 185 K
上传用户: sky20090313
关键词: Viewer Image vhdl code
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				-- VHDL Instantiation Created from source file mux2.vhd -- 00:32:58 03/08/2004
				--
				-- Notes: 
				-- 1) This instantiation template has been automatically generated using types
				-- std_logic and std_logic_vector for the ports of the instantiated module
				-- 2) To use this template to instantiate this entity, cut-and-paste and then edit
				
					COMPONENT mux2
					PORT(
						d0 : IN std_logic_vector(8 downto 0);
						d1 : IN std_logic_vector(8 downto 0);
						s : IN std_logic;          
						o : OUT std_logic_vector(8 downto 0)
						);
					END COMPONENT;
				
					Inst_mux2: mux2 PORT MAP(
						d0 => ,
						d1 => ,
						s => ,
						o => 
					);
				
				
							

相关资源