Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

What facilities does EAGLE CAD have for helping to do layout with matched length groups and differential pairs? Can you apply such a constraint in the auto-router? As a follow-on to this, what (other) free Electrical CAD tools support this type of feature?

Edit If you don't believe any free CAD packages support this design feature, what are some low-cost options that do support it?

share|improve this question

1 Answer

up vote 3 down vote accepted

Eagle actually has both of these features as of version 6. From their website:

Benefit from differential pair routing and automatic meanders

Special signals can be routed with exactly the same length. Differential pair routing is used for pairs of differential (equal and opposite) signals across the board to create a balanced transmission system. Creating meanders helps users automatically give a signal a certain length in the PCB. Meanders in traces are used to increase delay times in high speed digital circuits.

http://www.cadsoftusa.com/eagle-pcb-design-software/new-in-v6/?language=en (halfway down)

See for yourself.

The Meander button:

enter image description here

Length matching of a differential pair (from manual):

enter image description here

I don't actually know how to implement these techniques, but I can point you to the documentation. Check the manual (warning 300+ page PDF) on page 175 to 178 - http://www.cadsoft.de/wp-content/uploads/2011/05/V6_manual_en.pdf

share|improve this answer
awesome, I'm still using 5.11, but this may be a good reason to update! – vicatcu Feb 18 '12 at 3:46
Yeah, version 6 is really cool. You will probably get a discount for upgrading too. – SimpleCoder Feb 18 '12 at 3:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.