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 68: Line 62:
 
::[[File:vrm power reg unit.svg|700px]]
 
::[[File:vrm power reg unit.svg|700px]]
  
Note that the VRM above can be more or less be treated as a [[black box]] as the actual implemented is less important for this discussion. In the drawing above, the VRM includes the general components such as MOSFETs, Chokes, Capacitors, etc. The power unit can very well be part of the [[PWM Controller]] itself and on some of the more advanced boards, the unit may be fairly advanced with lots of hardware and software features. The unit uses a [[negative feedback]] loop in order to correct the voltage levels. The general mechanism is always the same. The  [[reference voltage]] (e.g., coming from a [[BIOS]] configuration in the form of [[SVID]]/[[DVID]]) is fed into it unit which is then compared against the monitored voltage. The difference between the reference voltage or desired voltage and the real voltage fed to the CPU is used to modify the [[PWM signal]] in the hope that it can more accurately correct the real signal being sent to the CPU. The sampling and correcting is done continuously. The end goal here is to get the voltage being delivered to the [[load]] as close to the reference voltage as possible.
+
Note that the VRM above can be more or less be treated as a [[black box]] as the actual implemented is less important for this discussion. In the drawing above, the VRM includes the general components such as MOSFETs, Chokes, Capacitors, etc. The power unit can very well be part of the [[PWM Controller]] itself and on some of the more advanced boards, the unit may be fairly advanced with lots of hardware and software features. The unit uses a [[negative feedback]] loop in order to correct the voltage levels. The general mechanism is always the same. The  [[reference voltage]] (e.g., coming from a [[BIOS]] configuration in the form of [[SVID]]/[[DVID]]) is fed into it unit which is then compared against the monitored voltage. The difference between the reference voltage or desired voltage and the real voltage fed to the CPU is used to modify the [[PWM signal]] in the hope that it can more accurately correct the real signal being sent to the CPU. The end goal here is to get the voltage being delivered to the [[load]] as close to the reference voltage as possible.
 
 
=== Analog ===
 
[[File:vrm pwm analog.svg|right|500px]]
 
Regardless of the type of circuit used to drive the PWM, the reference voltage on a modern computer system is always [[digital signal|digital]]. Therefore, in the case of an analog circuit, a [[digital-to-analog converter|DAC]] is used to convert the signal into an analog signal which is then compared against the real voltage feedback using an [[error amplifier]] to give us an [[error signal]]. The [[error signal]] is used to tell indicate how far off are we from the desired voltage. While this is taking place, the reference voltage is also fed into a [[ramp generator]] which is used to create a [[sawtooth wave]]. The sawtooth wave is then sent, along with the error signal, to the PWM generator itself to generate the signal for the VRM to operate.
 
 
 
In modern circuit, the [[current]] and temperature (often combined) are also sampled and are then used along with the [[sawtooth wave]] and [[error signal]] to provide the correct [[PWM signal]] output.
 
 
 
 
 
: [[File:vrm pwm analog wave.svg|600px]]
 
 
 
 
 
As the voltage is sampled, if the voltage is too low when compared against the reference, the PWM will attempt to compensate for it and shift slightly off from the previous signal. This will continue to go on until the voltage becomes too high. At this point, the voltage will start to go down by shifting it slightly off each proceeding signal until the voltage is too low. The result is a voltage that continuously compensates by going too low to too high and vice versa.
 
 
 
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 ===
 
[[File:vrm pwm digital.svg|right|400px]]
 
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.
 
 
 
 
 
: [[File:vrm pwm digital wave.svg|600px]]
 
 
 
 
 
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]]).
 
 
 
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]].
 
  
 
== X+Y+.. Phase VRM notations ==
 
== X+Y+.. Phase VRM notations ==
Line 130: Line 92:
 
: [[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: