1 |
42 |
lmaarsen |
-- Generated by Triple Speed Ethernet 8.1 [Altera, IP Toolbench 1.3.0 Build 163]
|
2 |
|
|
-- ************************************************************
|
3 |
|
|
-- THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
4 |
|
|
-- ************************************************************
|
5 |
|
|
-- Copyright (C) 1991-2013 Altera Corporation
|
6 |
|
|
-- Any megafunction design, and related net list (encrypted or decrypted),
|
7 |
|
|
-- support information, device programming or simulation file, and any other
|
8 |
|
|
-- associated documentation or information provided by Altera or a partner
|
9 |
|
|
-- under Altera's Megafunction Partnership Program may be used only to
|
10 |
|
|
-- program PLD devices (but not masked PLD devices) from Altera. Any other
|
11 |
|
|
-- use of such megafunction design, net list, support information, device
|
12 |
|
|
-- programming or simulation file, or any other related documentation or
|
13 |
|
|
-- information is prohibited for any other purpose, including, but not
|
14 |
|
|
-- limited to modification, reverse engineering, de-compiling, or use with
|
15 |
|
|
-- any other silicon devices, unless such use is explicitly licensed under
|
16 |
|
|
-- a separate agreement with Altera or a megafunction partner. Title to
|
17 |
|
|
-- the intellectual property, including patents, copyrights, trademarks,
|
18 |
|
|
-- trade secrets, or maskworks, embodied in any such megafunction design,
|
19 |
|
|
-- net list, support information, device programming or simulation file, or
|
20 |
|
|
-- any other related documentation or information provided by Altera or a
|
21 |
|
|
-- megafunction partner, remains with Altera, the megafunction partner, or
|
22 |
|
|
-- their respective licensors. No other licenses, including any licenses
|
23 |
|
|
-- needed under any third party's intellectual property, are provided herein.
|
24 |
|
|
|
25 |
|
|
component esoc_port_mac
|
26 |
|
|
PORT (
|
27 |
|
|
ff_tx_crc_fwd : IN STD_LOGIC;
|
28 |
|
|
ff_tx_data : IN STD_LOGIC_VECTOR (31 DOWNTO 0);
|
29 |
|
|
ff_tx_eop : IN STD_LOGIC;
|
30 |
|
|
ff_tx_err : IN STD_LOGIC;
|
31 |
|
|
ff_tx_mod : IN STD_LOGIC_VECTOR (1 DOWNTO 0);
|
32 |
|
|
ff_tx_sop : IN STD_LOGIC;
|
33 |
|
|
ff_tx_wren : IN STD_LOGIC;
|
34 |
|
|
ff_tx_clk : IN STD_LOGIC;
|
35 |
|
|
ff_rx_rdy : IN STD_LOGIC;
|
36 |
|
|
ff_rx_clk : IN STD_LOGIC;
|
37 |
|
|
address : IN STD_LOGIC_VECTOR (7 DOWNTO 0);
|
38 |
|
|
read : IN STD_LOGIC;
|
39 |
|
|
writedata : IN STD_LOGIC_VECTOR (31 DOWNTO 0);
|
40 |
|
|
write : IN STD_LOGIC;
|
41 |
|
|
clk : IN STD_LOGIC;
|
42 |
|
|
reset : IN STD_LOGIC;
|
43 |
|
|
rgmii_in : IN STD_LOGIC_VECTOR (3 DOWNTO 0);
|
44 |
|
|
rx_control : IN STD_LOGIC;
|
45 |
|
|
tx_clk : IN STD_LOGIC;
|
46 |
|
|
rx_clk : IN STD_LOGIC;
|
47 |
|
|
set_10 : IN STD_LOGIC;
|
48 |
|
|
set_1000 : IN STD_LOGIC;
|
49 |
|
|
xon_gen : IN STD_LOGIC;
|
50 |
|
|
xoff_gen : IN STD_LOGIC;
|
51 |
|
|
magic_sleep_n : IN STD_LOGIC;
|
52 |
|
|
mdio_in : IN STD_LOGIC;
|
53 |
|
|
ff_tx_rdy : OUT STD_LOGIC;
|
54 |
|
|
ff_rx_data : OUT STD_LOGIC_VECTOR (31 DOWNTO 0);
|
55 |
|
|
ff_rx_dval : OUT STD_LOGIC;
|
56 |
|
|
ff_rx_eop : OUT STD_LOGIC;
|
57 |
|
|
ff_rx_mod : OUT STD_LOGIC_VECTOR (1 DOWNTO 0);
|
58 |
|
|
ff_rx_sop : OUT STD_LOGIC;
|
59 |
|
|
rx_err : OUT STD_LOGIC_VECTOR (5 DOWNTO 0);
|
60 |
|
|
rx_err_stat : OUT STD_LOGIC_VECTOR (17 DOWNTO 0);
|
61 |
|
|
rx_frm_type : OUT STD_LOGIC_VECTOR (3 DOWNTO 0);
|
62 |
|
|
ff_rx_dsav : OUT STD_LOGIC;
|
63 |
|
|
readdata : OUT STD_LOGIC_VECTOR (31 DOWNTO 0);
|
64 |
|
|
waitrequest : OUT STD_LOGIC;
|
65 |
|
|
rgmii_out : OUT STD_LOGIC_VECTOR (3 DOWNTO 0);
|
66 |
|
|
tx_control : OUT STD_LOGIC;
|
67 |
|
|
ena_10 : OUT STD_LOGIC;
|
68 |
|
|
eth_mode : OUT STD_LOGIC;
|
69 |
|
|
ff_tx_septy : OUT STD_LOGIC;
|
70 |
|
|
tx_ff_uflow : OUT STD_LOGIC;
|
71 |
|
|
ff_rx_a_full : OUT STD_LOGIC;
|
72 |
|
|
ff_rx_a_empty : OUT STD_LOGIC;
|
73 |
|
|
ff_tx_a_full : OUT STD_LOGIC;
|
74 |
|
|
ff_tx_a_empty : OUT STD_LOGIC;
|
75 |
|
|
magic_wakeup : OUT STD_LOGIC;
|
76 |
|
|
mdio_out : OUT STD_LOGIC;
|
77 |
|
|
mdio_oen : OUT STD_LOGIC;
|
78 |
|
|
mdc : OUT STD_LOGIC
|
79 |
|
|
);
|
80 |
|
|
end component;
|