multi_top_la0_sim.vhd

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

VHD
38
字号
-- =============================================================================
--  VHDL simulation model generated by IPExpress    11/13/2007    09:49:52         
--  Filename: Multi_top_LA0_sim.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;

entity Multi_top_LA0 is
    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 Multi_top_LA0;

architecture Multi_top_LA0_u of Multi_top_LA0 is
begin

    er2_tdo <= '0';

end Multi_top_LA0_u;

⌨️ 快捷键说明

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