Skip to content
Snippets Groups Projects
Commit b79956e2 authored by Andrew Peck's avatar Andrew Peck
Browse files

fix name conflict for clk40 output

parent e0aa28b3
No related branches found
No related tags found
1 merge request!63Switchable FEC mode
......@@ -266,7 +266,7 @@ begin
-- Send out the 40MHz clock on an ODDR so that the crazy DAQ system can sample it
--------------------------------------------------------------------------------
clk40_oddr : ODDR
clk40_oddr_inst : ODDR
generic map ( --
DDR_CLK_EDGE => "OPPOSITE_EDGE", -- "OPPOSITE_EDGE" or "SAME_EDGE"
INIT => '0', -- Initial value of Q: 1'b0 or 1'b1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment