Skip to content
Snippets Groups Projects
Commit 5be9f418 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Removed tx_pma_clkout.

parent 993c342a
No related branches found
No related tags found
No related merge requests found
......@@ -306,13 +306,7 @@
dir="end">
<port name="rx_enh_blk_lock" internal="rx_enh_blk_lock" />
</interface>
<interface
name="tx_pma_clkout"
internal="xcvr_native_a10_0.tx_pma_clkout"
type="conduit"
dir="end">
<port name="tx_pma_clkout" internal="tx_pma_clkout" />
</interface>
<interface name="tx_pma_clkout" internal="xcvr_native_a10_0.tx_pma_clkout" />
<module
kind="altera_xcvr_native_a10"
version="14.0"
......@@ -340,9 +334,9 @@
<parameter name="tx_pma_clk_div" value="1" />
<parameter name="plls" value="1" />
<parameter name="pll_select" value="0" />
<parameter name="enable_port_tx_pma_clkout" value="1" />
<parameter name="enable_port_tx_pma_clkout" value="0" />
<parameter name="enable_port_tx_pma_div_clkout" value="1" />
<parameter name="tx_pma_div_clkout_divider" value="66" />
<parameter name="tx_pma_div_clkout_divider" value="33" />
<parameter name="enable_port_tx_pma_iqtxrx_clkout" value="0" />
<parameter name="enable_port_tx_pma_elecidle" value="0" />
<parameter name="enable_port_tx_pma_qpipullup" value="0" />
......
......@@ -71,8 +71,7 @@ entity ip_arria10_phy_10gbase_r_top is
rx_enh_fifo_del : out std_logic_vector(0 downto 0); -- rx_enh_fifo_del.rx_enh_fifo_del
rx_enh_fifo_insert : out std_logic_vector(0 downto 0); -- rx_enh_fifo_insert.rx_enh_fifo_insert
rx_enh_highber : out std_logic_vector(0 downto 0); -- rx_enh_highber.rx_enh_highber
rx_enh_blk_lock : out std_logic_vector(0 downto 0); -- rx_enh_blk_lock.rx_enh_blk_lock
tx_pma_clkout : out std_logic_vector(0 downto 0) -- tx_pma_clkout.clk
rx_enh_blk_lock : out std_logic_vector(0 downto 0) -- rx_enh_blk_lock.rx_enh_blk_lock
);
end ip_arria10_phy_10gbase_r_top;
......@@ -118,8 +117,7 @@ begin
rx_enh_fifo_del => rx_enh_fifo_del , -- rx_enh_fifo_del.rx_enh_fifo_del
rx_enh_fifo_insert => rx_enh_fifo_insert , -- rx_enh_fifo_insert.rx_enh_fifo_insert
rx_enh_highber => rx_enh_highber , -- rx_enh_highber.rx_enh_highber
rx_enh_blk_lock => rx_enh_blk_lock , -- rx_enh_blk_lock.rx_enh_blk_lock
tx_pma_clkout => tx_pma_clkout -- tx_pma_clkout.clk
rx_enh_blk_lock => rx_enh_blk_lock -- rx_enh_blk_lock.rx_enh_blk_lock
);
end str;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment