Author Topic: New to high speed hardware design, should I worry  (Read 878 times)

0 Members and 1 Guest are viewing this topic.

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
New to high speed hardware design, should I worry
« on: April 21, 2021, 02:35:29 am »
My manager just told me I will be in charge of a 5Ghz bandwidth ethernet passthrough board. He says it's just traces. So everyone knows I'm a fairly green engineer, my pcd experience is under 10 Mhz. Mostly arduino like designs with microchip and atmel 8 bit micros. My question for everyone should I be freaking out or is there books/videos I should binge read or watch? How do I give myself a crash course in GHz pcb layout? Is it just a manner of controlling the trace impedance and stay away from harmonics 1-10? Any wisdom or suggestions is appreciated. I look forward to this learning experience and I hope I don't hit a brick wall when running into this.
 

Offline gnuarm

  • Super Contributor
  • ***
  • Posts: 2218
  • Country: pr
Re: New to high speed hardware design, should I worry
« Reply #1 on: April 21, 2021, 03:03:14 am »
Not sure what you mean about staying away from "harmonics 1-10"???  But if there are no chips on the board the main issues in running differential traces, which i assume you are working with at 5 GHz, is to control the impedance and maintain matched length.  If the board is just running traces between connectors and you have control over the placement, put the connectors parallel and assign pins that do not require crossovers.  Then matched length is simple.  Vias are also of concern at 5 GHz.  So these traces are ok.

      /------
-----/ /-----
------/


These traces are not

       o------
------/-------
-----o

Different lengths and unmatched vias, or vias at all if you can avoid them.

Some may talk about avoiding sharp corners which creates a tiny lumped capacitance.  This may not be a big factor at 5 GHz, but that is possibly the threshold of it being significant, so to be on the safe side use 45 degree corners which have less of a problem.  Or you can get all RF like and use round corners.  Just make sure everything is symmetrical on the two lines of the differential pair.

There should be plenty of references on running differential controlled impedance traces.  It has particular requirements, but it's not rocket science.
Rick C.  --  Puerto Rico is not a country... It's part of the USA
  - Get 1,000 miles of free Supercharging
  - Tesla referral code - https://ts.la/richard11209
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19493
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: New to high speed hardware design, should I worry
« Reply #2 on: April 21, 2021, 08:43:07 am »
How big will the board be, how long are the traces, how long are the existing traces, and what are the connectors?

You will find many references about traces, impedance mismatches, reflections etc. I'm not going to repeat them.

You may need to be careful about the choice of PCB material: FR4 is lossy and the fibreglass weave can cause problems, especially different boards have the weave in different position relative to the tracks.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline tom66

  • Super Contributor
  • ***
  • Posts: 6704
  • Country: gb
  • Electronics Hobbyist & FPGA/Embedded Systems EE
Re: New to high speed hardware design, should I worry
« Reply #3 on: April 21, 2021, 09:23:19 am »
Make sure you understand PCB stackup and the consequences of the design there.
 

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: New to high speed hardware design, should I worry
« Reply #4 on: April 21, 2021, 01:26:33 pm »
Not sure what you mean about staying away from "harmonics 1-10"???


As for the harmonics, see here, I believe he referenced how you do not want a trace length to equal the wavelength of your fundamental or  harmonics 1-10. The reasoning is due to the reflections will cause noise. I may have misunderstood and need to review the video again.
 

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: New to high speed hardware design, should I worry
« Reply #5 on: April 21, 2021, 01:29:42 pm »
I have a meeting today on the project. I will reply with more details once i know more.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19493
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: New to high speed hardware design, should I worry
« Reply #6 on: April 21, 2021, 01:38:00 pm »
Not sure what you mean about staying away from "harmonics 1-10"???


As for the harmonics, see here, I believe he referenced how you do not want a trace length to equal the wavelength of your fundamental or  harmonics 1-10. The reasoning is due to the reflections will cause noise. I may have misunderstood and need to review the video again.

Reflections cause inter symbol interference which closes the eye pattern, not noise. There is no need for the length to be related to harmonics for it to cause trouble.

Google for Bogotin's rules of thumb.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 
The following users thanked this post: gnuarm

Offline gnuarm

  • Super Contributor
  • ***
  • Posts: 2218
  • Country: pr
Re: New to high speed hardware design, should I worry
« Reply #7 on: April 21, 2021, 03:05:37 pm »
Not sure what you mean about staying away from "harmonics 1-10"???


As for the harmonics, see here, I believe he referenced how you do not want a trace length to equal the wavelength of your fundamental or  harmonics 1-10. The reasoning is due to the reflections will cause noise. I may have misunderstood and need to review the video again.

43 minute video, so I only watched the first few seconds.  I never heard anything about harmonics.  As tggzzz said, reflections are bad without worrying about multiple reflections.  Getting rid of the first round of reflections is a matter of impedance matching.  If you don't have the first round it doesn't matter what your trace length is since you won't get a second or third round trip. 

The video starts off with a really horrible example.  If I have time later I might watch the video to see how he made it look so bad.  It's also interesting that his data rate is not very high compared to the round trip delay.  Yours will be the opposite, high data rate and relatively longer path delay depending on your board size.
Rick C.  --  Puerto Rico is not a country... It's part of the USA
  - Get 1,000 miles of free Supercharging
  - Tesla referral code - https://ts.la/richard11209
 

Offline nctnico

  • Super Contributor
  • ***
  • Posts: 26906
  • Country: nl
    • NCT Developments
Re: New to high speed hardware design, should I worry
« Reply #8 on: April 21, 2021, 06:36:20 pm »
My manager just told me I will be in charge of a 5Ghz bandwidth ethernet passthrough board. He says it's just traces. So everyone knows I'm a fairly green engineer, my pcd experience is under 10 Mhz. Mostly arduino like designs with microchip and atmel 8 bit micros. My question for everyone should I be freaking out or is there books/videos I should binge read or watch? How do I give myself a crash course in GHz pcb layout? Is it just a manner of controlling the trace impedance and stay away from harmonics 1-10? Any wisdom or suggestions is appreciated. I look forward to this learning experience and I hope I don't hit a brick wall when running into this.

Basically: controlled impedance and no stubs. I recommend to use a field solver (like Sonnet Lite) to model the geometry including the solder mask. Online tools are usually way off.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline basinstreetdesign

  • Frequent Contributor
  • **
  • Posts: 458
  • Country: ca
Re: New to high speed hardware design, should I worry
« Reply #9 on: April 21, 2021, 07:28:09 pm »
Get this book:  A Handbook of Black Magic by Howard Johnson and Martin Graham
(it's available on Amazon dot com)

Take a weekend and read it from cover to cover.  Then read the sections you are most worried about.  It will open your eyes.
STAND BACK!  I'm going to try SCIENCE!
 
The following users thanked this post: Bassman59

Offline Bassman59

  • Super Contributor
  • ***
  • Posts: 2501
  • Country: us
  • Yes, I do this for a living
Re: New to high speed hardware design, should I worry
« Reply #10 on: April 21, 2021, 07:36:43 pm »
Get this book:  A Handbook of Black Magic by Howard Johnson and Martin Graham
(it's available on Amazon dot com)

Take a weekend and read it from cover to cover.  Then read the sections you are most worried about.  It will open your eyes.

ABSOLUTELY.

And get the boss to pay for it!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf