Commit 08f572cf authored by Lucas Russo's avatar Lucas Russo

hdl/modules/*/fmc_adc_buf.vhd: change LVDS to LVCMOS

For single-ended pins, we can't use LVDS standard,
so we default to LVCMOS25. If the standard is actually
different from this, we could still override it in the UCF
file
parent 00fb741d
......@@ -166,7 +166,7 @@ begin
cmp_ibuf_adc_clk0 : ibuf
generic map(
IOSTANDARD => "LVDS_25"
IOSTANDARD => "LVCMOS25"
)
port map(
i => adc_clk0_p_t,
......@@ -175,7 +175,7 @@ begin
cmp_ibuf_adc_clk1 : ibuf
generic map(
IOSTANDARD => "LVDS_25"
IOSTANDARD => "LVCMOS25"
)
port map(
i => adc_clk1_p_t,
......@@ -184,7 +184,7 @@ begin
cmp_ibuf_adc_clk2 : ibuf
generic map(
IOSTANDARD => "LVDS_25"
IOSTANDARD => "LVCMOS25"
)
port map(
i => adc_clk2_p_t,
......@@ -193,7 +193,7 @@ begin
cmp_ibuf_adc_clk3 : ibuf
generic map(
IOSTANDARD => "LVDS_25"
IOSTANDARD => "LVCMOS25"
)
port map(
i => adc_clk3_p_t,
......
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