Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

66%
+2 −0
Q&A How could you model a 10M/100M Ethernet PHY architecture?

I'm not going to get into how to model the PHY interface, but will try to explain why there are differences. The type of Ethernet you are talking about is transformer-coupled. The line itself is ...

posted 3y ago by Olin Lathrop‭  ·  edited 3y ago by Olin Lathrop‭

Answer
#2: Post edited by user avatar Olin Lathrop‭ · 2021-04-16T15:41:06Z (about 3 years ago)
  • I'm not going to get into how to model the PHY interface, but will try to explain why there are differences.
  • The type of Ethernet you are talking about is transformer-coupled. The line itself is a differential pair with 50 &Omega; impedance. However, since a transformer is supposed to be between a PHY and the line anyway, manufacturers are free to use different voltage levels and impedances on the PHY side of the transformer, as long as the correct transformer is use such that the line side adheres to the standard.
  • A center-tapped primary for the PHY side can be useful to reduce the complexity of the driving circuit. This allows tying the center tap to the positive supply, then only needing low-side drivers on each of the ends. That can be convenient when the PHY is operating from a single positive supply. Only one driver is turned on at a time, depending on whether driving the differential line on the secondary of the transformer to the positive or negative state.
  • PHY designs have largely converged to a few common configurations. Different transformers are available to support these. Look at the offerings from one company, like Pulse Engineering, for example. You will see a number of variations, all serving the same ultimate purpose of driving the kind of Ethernet lines you mention. Many of the variations are about what is available for common mode noise suppression, but some are also for different ratios between the line and PHY sides, and whether center taps are provided. Another source of variation is whether connections are available to support some types of power over Ethernet.
  • I'm not going to get into how to model the PHY interface, but will try to explain why there are differences.
  • The type of Ethernet you are talking about is transformer-coupled. The line itself is a differential pair with 50 &Omega; impedance. However, since a transformer is supposed to be between a PHY and the line anyway, manufacturers are free to use different voltage levels and impedances on the PHY side of the transformer, as long as the correct transformer is used such that the line side adheres to the standard.
  • A center-tapped primary for the PHY side can be useful to reduce the complexity of the driving circuit. This allows tying the center tap to the positive supply, then only needing low-side drivers on each of the ends. That can be convenient when the PHY is operating from a single positive supply. Only one driver is turned on at a time, depending on whether driving the differential line on the secondary of the transformer to the positive or negative state.
  • PHY designs have largely converged to a few common configurations. Different transformers are available to support these. Look at the offerings from a single company, like Pulse Engineering for example. You will see a number of variations, all serving the same ultimate purpose of driving the kind of Ethernet lines you mention. Many of the variations are about what is available for common mode noise suppression, but some are also for different ratios between the line and PHY sides, and whether center taps are provided. Another source of variation is whether connections are available to support some types of power over Ethernet.
  • <hr>
  • <blockquote>Would you elaborate on how the center tap tied to VDD reduces the driver complexity for a single supply system? I’m having difficulty understanding how the center tap allows for the use of low side drivers.</blockquote>
  • Here is the basic concept of a center-tapped drive:
  • <img src="https://electrical.codidact.com/uploads/k9qwKNkNAx8roHgwxB2iPuds">
  • This allows for producing a symmetric &plusmn; output signal from a circuit running from a single positive supply. Hopefully you can see why it would be convenient for a PHY to run from a single positive supply.
  • At most one of the two transistors is turned on at a time. Turning on Q1 results in an output pulse (from the transformer secondary) of one polarity, and turning on Q2 results in the same magnitude pulse but with opposite polarity. This is a convenient topology that fits well with the requirements of an integrated circuit. Note that the inputs to both switcher are ground-referenced.
  • Without the center tap, both ends of the primary would need to be driven high and low. Something like an H bridge would generally be needed. This center tap drive circuit is rather simpler.
#1: Initial revision by user avatar Olin Lathrop‭ · 2021-04-14T13:07:29Z (about 3 years ago)
I'm not going to get into how to model the PHY interface, but will try to explain why there are differences.

The type of Ethernet you are talking about is transformer-coupled.  The line itself is a differential pair with 50 &Omega; impedance.  However, since a transformer is supposed to be between a PHY and the line anyway, manufacturers are free to use different voltage levels and impedances on the PHY side of the transformer, as long as the correct transformer is use such that the line side adheres to the standard.

A center-tapped primary for the PHY side can be useful to reduce the complexity of the driving circuit.  This allows tying the center tap to the positive supply, then only needing low-side drivers on each of the ends.  That can be convenient when the PHY is operating from a single positive supply.  Only one driver is turned on at a time, depending on whether driving the differential line on the secondary of the transformer to the positive or negative state.

PHY designs have largely converged to a few common configurations.  Different transformers are available to support these.  Look at the offerings from one company, like Pulse Engineering, for example.  You will see a number of variations, all serving the same ultimate purpose of driving the kind of Ethernet lines you mention.  Many of the variations are about what is available for common mode noise suppression, but some are also for different ratios between the line and PHY sides, and whether center taps are provided.  Another source of variation is whether connections are available to support some types of power over Ethernet.