Commit d7df40c1 authored by David Cussans's avatar David Cussans

Fixed bug in clk pin assignment to IBUFDS

parent a2e74625
......@@ -218,7 +218,7 @@ BEGIN
port map (
O => s_extclk, -- Buffer output
I => extclk_p_b, -- Diff_p buffer input (connect directly to top-level port)
IB => extclk_p_b -- Diff_n buffer input (connect directly to top-level port)
IB => extclk_n_b -- Diff_n buffer input (connect directly to top-level port)
);
ddr_for_extclk_output : ODDR2
......
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