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

📄 lms.vhi

📁 VHDL写的LMS算法程序。利用本地正弦信号
💻 VHI
字号:

-- VHDL Instantiation Created from source file lms.vhd -- 20:16:08 07/03/2005
--
-- 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 lms
	PORT(
		waveIN : IN std_logic_vector(11 downto 0);
		start : IN std_logic;
		CLK : IN std_logic;          
		waveOut : OUT std_logic_vector(11 downto 0);
		eOut : OUT std_logic_vector(11 downto 0)
		);
	END COMPONENT;

	Inst_lms: lms PORT MAP(
		waveIN => ,
		waveOut => ,
		eOut => ,
		start => ,
		CLK => 
	);


⌨️ 快捷键说明

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