Commit c08923af authored by Marek Gumiński's avatar Marek Gumiński

Seems that IBUFGDS are obsolete. IBUFDS should be used instead.

parent 6f345d8c
......@@ -408,7 +408,7 @@ begin
end generate;
U_Buf_CLK_Startup : IBUFGDS
U_Buf_CLK_Startup : IBUFDS
generic map (
DIFF_TERM => true,
IOSTANDARD => "LVDS_25")
......@@ -417,7 +417,7 @@ begin
I => fpga_clk_25mhz_p_i,
IB => fpga_clk_25mhz_n_i);
U_Buf_CLK_Ref : IBUFGDS
U_Buf_CLK_Ref : IBUFDS
generic map (
DIFF_TERM => true,
IOSTANDARD => "LVDS_25")
......@@ -426,7 +426,7 @@ begin
I => fpga_clk_ref_p_i,
IB => fpga_clk_ref_n_i);
U_Buf_CLK_DMTD : IBUFGDS
U_Buf_CLK_DMTD : IBUFDS
generic map (
DIFF_TERM => true,
IOSTANDARD => "LVDS_25")
......
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