From WikiChip
Editing voltage regulator module

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 46: Line 46:
 
=== Doublers ===
 
=== Doublers ===
 
[[File:pwd doubler 6 to 12 phase.svg|250px|right]]
 
[[File:pwd doubler 6 to 12 phase.svg|250px|right]]
VRMs are driven by a [[PWM Controller]] that usually comes in either 4, 6, or 8 phases. There are a few rather rare PWMs that go up to 10 but by far the vast majority of PWMs out there are 4 and 6-phase PWMs and are considerably more common than 8 phases. Motherboards offer 12-, 16-, 24- phase VRMs through the use of '''doublers'''. A [[phase doubler]] doubles the number of phases by generating two interleaved signals that are formed using the original.
+
VRMs are driven by a [[PWM Controller]] that usually comes in either 4, 6, or 8 phases. There are a few rather rare PWMs that go up to 10 but by far the vast majority of PWMs out there are 4 and 6-phase PWMs and are considerably more common than 8 phases. Motherboards offer 12-, 16-, 24- phase VRMs through the user of '''doublers'''. A [[phase doubler]] doubles the number of phases by generating two interleaved signals that are formed using the original.
  
 
The doubler's switching frequency is halved due to the two signals interleaving.
 
The doubler's switching frequency is halved due to the two signals interleaving.
Line 55: Line 55:
  
 
== Less desirable implementations ==
 
== Less desirable implementations ==
There are a few less desirable VRM implementations that can be found in the wild. One of the more common schemes is the use of a single PWM signal to drive two separate circuits:
+
{{empty section}}
 
 
 
 
: [[File:vrm circut (2 channels 1 phase).svg|500px]]
 
 
 
 
 
This configuration is rather common and cheap because the clocking is only done by a single phase PWM. The doubling of the circuit results in more power as well as cooler running components and higher efficiency but it will not result in better voltage thresholds as true phases do. Depending on the motherboard manufacturer, they may or may not call it two phases although it's really only a single phase.
 
  
 
== Feedback and regulation ==
 
== Feedback and regulation ==
Line 83: Line 77:
  
 
There are some advantages to this technique such as the fact that it's all done in hardware, therefore reaction time and corrections are considerably faster. It's also cheaper, easier to implement in a correct way, and is generally a simpler circuit overall.
 
There are some advantages to this technique such as the fact that it's all done in hardware, therefore reaction time and corrections are considerably faster. It's also cheaper, easier to implement in a correct way, and is generally a simpler circuit overall.
 
An example of an analog PWM Controller is the ''Intersil ISL6366'' which is a dual 6+1.
 
 
: [[File:ISL6366 pwm vrm example.png|700px]]
 
  
 
=== Digital ===
 
=== Digital ===
Line 92: Line 82:
 
In a digital-based circuit, the reference voltage, which is already digital is fed directly to a microcontroller. Like in the analog circuit, the various monitoring feedback values are analog and are thus converted to digital as well using a [[analog-to-digital converter|ADC]]. Unlike the analog circuit, everything is done using a microcontroller that incorporates a [[PID algorithm]]. This microcontroller takes in all the feedback lines, the reference voltage, and perhaps most important to some users, various BIOS settings. The microcontroller typically also has a small amount of memory that can be used to store additional custom settings allowing for higher customization.
 
In a digital-based circuit, the reference voltage, which is already digital is fed directly to a microcontroller. Like in the analog circuit, the various monitoring feedback values are analog and are thus converted to digital as well using a [[analog-to-digital converter|ADC]]. Unlike the analog circuit, everything is done using a microcontroller that incorporates a [[PID algorithm]]. This microcontroller takes in all the feedback lines, the reference voltage, and perhaps most important to some users, various BIOS settings. The microcontroller typically also has a small amount of memory that can be used to store additional custom settings allowing for higher customization.
  
Generally, a digital-based circuit will be taking into account many more variables that come from various sensors, BIOS settings, and stored values. The microcontroller which implements the [[PID algorithm]] will then take all those values and determine exactly how high or low to go without overshooting or undershooting like the analog circuit.
+
Generally, a digital-based circuit will be taking into account many more variables that come from various sensors, BIOS settings, and stored values. The microcontroller which implements the [[PID algorithm]] will then takes all those values and determine exactly how high or low to go without overshooting or undershooting like the analog circuit.
  
  
Line 98: Line 88:
  
  
As the sampling and correction continues, the new signal is calculated based on the previous modifications, resulting in tighter thresholds being reached. The main advantage of using a digital circuit is the large amount of customization freedom and control. In additional to the various protections (e.g., [[over-voltage protection|OVP]], [[over-current protection|OCP]], [[over-temperature protection|OTP]], [[undervoltage protection|UVP]], and [[short circuit protection|SCP]]), advanced controllers can actually control how many phases are turned on and off in order to increase the system efficiency, and other VRM phase-specific configurations (e.g. clocking the individual [[phase doubler|doublers]]).
+
As the sampling and correction continuous, the new signal is calculated based on the previous modifications, resulting in tighter thresholds being reached. The main advantage of using a digital circuit is the large amount of customization freedom and control. In additional to the various protections (e.g., [[over-voltage protection|OVP]], [[over-current protection|OCP]], [[over-temperature protection|OTP]], [[undervoltage protection|UVP]], and [[short circuit protection|SCP]]), advanced controllers can actually control how many phases are turned on and off in order to increase the system efficiency, and other VRM phase-specific configurations (e.g., clocking the individual [[phase doubler|doublers]]).
  
 
There are a number of disadvantages to such digital circuits. In addition to being much more expensive, they also require fairly complex code and algorithms to be implemented in order to be effective. It's also worth pointing out that digital solutions are nowhere near perfect because the sampling rate is [[Nyquist–Shannon sampling theorem|considerably slower than required]] therefore implementing some form of [[dithering]].
 
There are a number of disadvantages to such digital circuits. In addition to being much more expensive, they also require fairly complex code and algorithms to be implemented in order to be effective. It's also worth pointing out that digital solutions are nowhere near perfect because the sampling rate is [[Nyquist–Shannon sampling theorem|considerably slower than required]] therefore implementing some form of [[dithering]].
Line 130: Line 120:
 
: [[File:P6X58D Premium vrm.png|800px]]
 
: [[File:P6X58D Premium vrm.png|800px]]
  
The easiest thing to spot are the capacitors and the bulky chokes as they surround the processor. Note that on this board the [[MOSFET]]s, which could get fairly warm on overclocked systems, are situated under the fins of the [[heat pipe]] in order to cool them off passively. Removing the heat pipe exposes the remaining parts of the VRM:
+
The easiest thing to spot are the capacitors and the bulky chokes as they surround the processor. Note that on this board the [[MOSFET]]s, which could get fairly worm on overclocked systems, is situated under the fins of the [[heat pipe]] in order to cool them off passively. Additionally, there's  Removing the heat pipe exposes the remaining part of the VRM:
  
  

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)

Templates used on this page: