multi_top_la0_comp.vhd

来自「lattice xp2 系列开发板带源码」· VHDL 代码 · 共 33 行

VHD
33
字号
-- =============================================================================
--  VHDL instance generated by IPExpress    11/13/2007    09:49:52         
--  Filename: Multi_top_LA0_inst.vhd                                          
--  Copyright(c) 2006 Lattice Semiconductor Corporation. All rights reserved.   
-- =============================================================================

-- WARNING - Changes to this file should be performed by re-running IPexpress
-- or modifying the .LPC file and regenerating the core.  Other changes may lead
-- to inconsistent simulation and/or implemenation results */

library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all;
PACKAGE Multi_top_LA0_pkg IS
    COMPONENT Multi_top_LA0
    PORT (
        clk:		IN std_logic;
        reset_n:	IN std_logic;
        jtck:		IN std_logic;
        jrstn:		IN std_logic;
        jce2:		IN std_logic;
        jtdi:		IN std_logic;
        er2_tdo:	BUFFER std_logic;
        jshift:		IN std_logic;
        jupdate:	IN std_logic;
        trigger_din_0:	IN std_logic_vector (0 downto 0);
        trigger_din_1:	IN std_logic_vector (20 downto 0);
        trace_din:	IN std_logic_vector (32 downto 0);
        ip_enable:	IN std_logic
    );

    END COMPONENT;

END PACKAGE Multi_top_LA0_pkg;

⌨️ 快捷键说明

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