⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 register2.vhi

📁 vhdl code for GIF Image Viewer
💻 VHI
字号:

-- VHDL Instantiation Created from source file register2.vhd -- 14:28:26 03/14/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 register2
	PORT(
		clk : IN std_logic;
		reset : IN std_logic;
		cop : IN std_logic_vector(1 downto 0);
		indata : IN std_logic;
		shift : IN std_logic_vector(11 downto 0);          
		outdata : OUT std_logic_vector(11 downto 0)
		);
	END COMPONENT;

	Inst_register2: register2 PORT MAP(
		clk => ,
		reset => ,
		cop => ,
		indata => ,
		shift => ,
		outdata => 
	);


⌨️ 快捷键说明

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