-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathde2i_150_qsys.cmp
More file actions
executable file
·35 lines (34 loc) · 3.49 KB
/
de2i_150_qsys.cmp
File metadata and controls
executable file
·35 lines (34 loc) · 3.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
component de2i_150_qsys is
port (
clk_clk : in std_logic := 'X'; -- clk
reset_reset_n : in std_logic := 'X'; -- reset_n
pcie_ip_reconfig_togxb_data : in std_logic_vector(3 downto 0) := (others => 'X'); -- data
pcie_ip_refclk_export : in std_logic := 'X'; -- export
pcie_ip_test_in_test_in : in std_logic_vector(39 downto 0) := (others => 'X'); -- test_in
pcie_ip_pcie_rstn_export : in std_logic := 'X'; -- export
pcie_ip_clocks_sim_clk250_export : out std_logic; -- clk250_export
pcie_ip_clocks_sim_clk500_export : out std_logic; -- clk500_export
pcie_ip_clocks_sim_clk125_export : out std_logic; -- clk125_export
pcie_ip_reconfig_busy_busy_altgxb_reconfig : in std_logic := 'X'; -- busy_altgxb_reconfig
pcie_ip_pipe_ext_pipe_mode : in std_logic := 'X'; -- pipe_mode
pcie_ip_pipe_ext_phystatus_ext : in std_logic := 'X'; -- phystatus_ext
pcie_ip_pipe_ext_rate_ext : out std_logic; -- rate_ext
pcie_ip_pipe_ext_powerdown_ext : out std_logic_vector(1 downto 0); -- powerdown_ext
pcie_ip_pipe_ext_txdetectrx_ext : out std_logic; -- txdetectrx_ext
pcie_ip_pipe_ext_rxelecidle0_ext : in std_logic := 'X'; -- rxelecidle0_ext
pcie_ip_pipe_ext_rxdata0_ext : in std_logic_vector(7 downto 0) := (others => 'X'); -- rxdata0_ext
pcie_ip_pipe_ext_rxstatus0_ext : in std_logic_vector(2 downto 0) := (others => 'X'); -- rxstatus0_ext
pcie_ip_pipe_ext_rxvalid0_ext : in std_logic := 'X'; -- rxvalid0_ext
pcie_ip_pipe_ext_rxdatak0_ext : in std_logic := 'X'; -- rxdatak0_ext
pcie_ip_pipe_ext_txdata0_ext : out std_logic_vector(7 downto 0); -- txdata0_ext
pcie_ip_pipe_ext_txdatak0_ext : out std_logic; -- txdatak0_ext
pcie_ip_pipe_ext_rxpolarity0_ext : out std_logic; -- rxpolarity0_ext
pcie_ip_pipe_ext_txcompl0_ext : out std_logic; -- txcompl0_ext
pcie_ip_pipe_ext_txelecidle0_ext : out std_logic; -- txelecidle0_ext
pcie_ip_rx_in_rx_datain_0 : in std_logic := 'X'; -- rx_datain_0
pcie_ip_tx_out_tx_dataout_0 : out std_logic; -- tx_dataout_0
pcie_ip_reconfig_fromgxb_0_data : out std_logic_vector(4 downto 0); -- data
led_external_connection_export : out std_logic_vector(3 downto 0); -- export
button_external_connection_export : in std_logic_vector(3 downto 0) := (others => 'X') -- export
);
end component de2i_150_qsys;