Commit 6595de29 authored by Marek Gumiński's avatar Marek Gumiński

Changed rx and tx user clock frequencies.

This removes warning:
[Timing 38-316] Clock period '6.400' specified during out-of-context synthesis of instance 'phy_block.phys' at clock pin 'txusrclk2_in[0]' is different from the actual clock period '3.200', this can lead to different synthesis results.

More over this configuration matches example design.
parent 01b236f8
......@@ -667,7 +667,7 @@ begin
CEMASK => '0',
CLR => '0',
CLRMASK => '0',
DIV => "000",
DIV => "001",
I => rxoutclks(i),
O => rxusrclk2(i)
);
......@@ -680,7 +680,7 @@ begin
CEMASK => '0',
CLR => '0',
CLRMASK => '0',
DIV => "000",
DIV => "001",
I => txoutclks(i),
O => txusrclk2(i)
);
......
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