Commit 45e67ea3 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

arria5: negative edge according to final arria5 timing model

The final timing model is first available in quartus 13.0sp1
parent fbd496c1
......@@ -61,7 +61,7 @@ package wr_altera_pkg is
component wr_arria5_phy is
generic (
g_tx_latch_edge : std_logic := '1';
g_rx_latch_edge : std_logic := '1');
g_rx_latch_edge : std_logic := '0');
port (
clk_reconf_i : in std_logic;
clk_pll_i : in std_logic;
......
......@@ -50,7 +50,7 @@ use work.disparity_gen_pkg.all;
entity wr_arria5_phy is
generic (
g_tx_latch_edge : std_logic := '1';
g_rx_latch_edge : std_logic := '1');
g_rx_latch_edge : std_logic := '0');
port (
clk_reconf_i : in std_logic; -- 50 MHz
clk_pll_i : in std_logic; -- feeds transmitter PLL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment