📄 icon_pro.vho
字号:
-------------------------------------------------------------------------------
-- Copyright (c) 2009 Xilinx, Inc.
-- All Rights Reserved
-------------------------------------------------------------------------------
-- ____ ____
-- / /\/ /
-- /___/ \ / Vendor : Xilinx
-- \ \ \/ Version : 1.0
-- \ \ Application: Xilinx CORE Generator
-- / / Filename : icon_pro.vho
-- /___/ /\ Timestamp : Sun Jan 11 22:51:31 中国标准时间 2009
-- \ \ / \
-- \___\/\___\
--
-- Design Name: ISE Instantiation template
-------------------------------------------------------------------------------
-- The following code must appear in the VHDL architecture header:
------------- Begin Cut here for COMPONENT Declaration ------ COMP_TAG
component icon_pro
PORT (
CONTROL0 : INOUT STD_LOGIC_VECTOR(35 DOWNTO 0));
end component;
-- COMP_TAG_END ------ End COMPONENT Declaration ------------
-- The following code must appear in the VHDL architecture
-- body. Substitute your own instance name and net names.
------------- Begin Cut here for INSTANTIATION Template ----- INST_TAG
your_instance_name : icon_pro
port map (
CONTROL0 => CONTROL0);
-- INST_TAG_END ------ End INSTANTIATION Template ------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -