Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to generate differential clock output in Virtex II with single input clock?

Status
Not open for further replies.

voho

Full Member level 2
Joined
Feb 24, 2004
Messages
121
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,298
Location
Nador City
Activity points
852
hi all,

i want to generate differentiel clock output in virtex two with single input clock
at 100mhz.

what do you think about OBUFDS.

thank s in advance regards
 

single to diff clock

We used the Xilinx Virtex2 in past projects. I do not think it has a differential output mode. It only natively supports differential inputs.

Here is how we got differential outputs clocks. For the "positive" output terminal, use a the DDR output structure and connect the single-ended clock to both clock inputs to the IOB. Tie the rising edge flops "D" input to "1" and tie the falling edge flops "D" input to "0'.
For the "negative" output terminal, use the DDR output structure and do the opposite. Use the single-ended clock to both clock inputs of the IOB. Tie the rising edge flops "D" input to "0" and tie the falling edge flops "D" input to "1".
Assuming the clock skew between these IOBs is very small which is should be if they are physically close, you get a differential clock output at the same frequency as the single-ended internal clock.

We did this with structural Verilog and just instantiated the IOB structures directly. You can get the names of the elements for your particular family from the user's guide.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top