mux6.vhi

来自「vhdl code for GIF Image Viewer」· VHI 代码 · 共 34 行

VHI
34
字号

-- VHDL Instantiation Created from source file mux6.vhd -- 19:39:22 03/22/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 mux6
	PORT(
		d0 : IN std_logic_vector(7 downto 0);
		d1 : IN std_logic_vector(7 downto 0);
		d2 : IN std_logic_vector(7 downto 0);
		d3 : IN std_logic_vector(7 downto 0);
		d4 : IN std_logic_vector(7 downto 0);
		d5 : IN std_logic_vector(7 downto 0);
		s : IN std_logic_vector(2 downto 0);          
		o : OUT std_logic_vector(7 downto 0)
		);
	END COMPONENT;

	Inst_mux6: mux6 PORT MAP(
		d0 => ,
		d1 => ,
		d2 => ,
		d3 => ,
		d4 => ,
		d5 => ,
		s => ,
		o => 
	);


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?