📄 mydcm.vhi
字号:
-- VHDL Instantiation Created from source file MyDCM.vhd -- 11:22:44 07/11/2002
--
-- 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 MyDCM
PORT(
clkin_in : IN std_logic;
locked_out : OUT std_logic;
clk2x_out : OUT std_logic;
clk0_out : OUT std_logic
);
END COMPONENT;
Inst_MyDCM: MyDCM PORT MAP(
clkin_in => ,
locked_out => ,
clk2x_out => ,
clk0_out =>
);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -