📄 ila_pro_0.vho
字号:
-------------------------------------------------------------------------------
-- Copyright (c) 2009 Xilinx, Inc.
-- All Rights Reserved
-------------------------------------------------------------------------------
-- ____ ____
-- / /\/ /
-- /___/ \ / Vendor : Xilinx
-- \ \ \/ Version : 1.0
-- \ \ Application: Xilinx CORE Generator
-- / / Filename : ila_pro_0.vho
-- /___/ /\ Timestamp : Sun Jan 11 22:55:53 中国标准时间 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 ila_pro_0
PORT (
CONTROL : INOUT STD_LOGIC_VECTOR(35 DOWNTO 0);
CLK : IN STD_LOGIC;
DATA : IN STD_LOGIC_VECTOR(379 DOWNTO 0);
TRIG0 : IN STD_LOGIC_VECTOR(6 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 : ila_pro_0
port map (
CONTROL => CONTROL,
CLK => CLK,
DATA => DATA,
TRIG0 => TRIG0);
-- INST_TAG_END ------ End INSTANTIATION Template ------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -