📄 multi_top_la0_sim.vhd
字号:
-- =============================================================================
-- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -