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

Add pps.

parent fec3b13e
No related branches found
No related tags found
1 merge request!297Resolve L2SDP-837 "B"
...@@ -57,6 +57,8 @@ BEGIN ...@@ -57,6 +57,8 @@ BEGIN
eth_clk(0) <= NOT eth_clk(0) AFTER 8 ns; eth_clk(0) <= NOT eth_clk(0) AFTER 8 ns;
eth_clk(1) <= NOT eth_clk(1) AFTER 8 ns; eth_clk(1) <= NOT eth_clk(1) AFTER 8 ns;
pps <= NOT pps AFTER 80 ns;
eth_sgin <= eth_sgout; -- loopback eth0 and eth1 eth_sgin <= eth_sgout; -- loopback eth0 and eth1
u_unb2c_test_1GbE_I : ENTITY work.unb2c_test_1GbE_I u_unb2c_test_1GbE_I : ENTITY work.unb2c_test_1GbE_I
...@@ -76,7 +78,6 @@ BEGIN ...@@ -76,7 +78,6 @@ BEGIN
ID => "00000000", ID => "00000000",
TESTIO => OPEN, TESTIO => OPEN,
-- 1GbE Control Interface -- 1GbE Control Interface
ETH_CLK => eth_clk, ETH_CLK => eth_clk,
ETH_SGIN => eth_sgin, ETH_SGIN => eth_sgin,
......
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