Commit 2d963063 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

10mhz_gen: fix output level of the generated signal

LVDS was too low for the discrete flip-flop. This was creating spikes on low
half of the signal on some switches.
parent d58d268f
......@@ -144,7 +144,7 @@ begin
-- Instantiate a buffer for every bit of the data bus
obufds_inst : OBUFDS
generic map (
IOSTANDARD => "LVDS_25")
IOSTANDARD => "LVPECL_25")
port map (
O => DATA_OUT_TO_PINS_P (pin_count),
OB => DATA_OUT_TO_PINS_N (pin_count),
......
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