From WikiChip
Difference between revisions of "voltage regulator module"

(Single-phase)
(Overview)
Line 11: Line 11:
 
==== Operation ====
 
==== Operation ====
 
When the high-side switch is closed, the voltage at point ''A'' becomes 12 V but the voltage at the other side of the [[inductor]] doesn't change instantaneously, instead, the inductor continues to resists change in current. As the 12 V is applied to the inductor, the inductor builds up a magnetic field which creates a voltage drop at the output terminal. As the inductor builds a larger magnetic field (i.e., charges up), the voltage drop becomes smaller and smaller until it's full charged and the voltage reaches 12 V. The graph below depicts the voltage that would be fed to the CPU/GPU at point ''B'' if the high-side switch was to remain closed for a sufficient amount of time:
 
When the high-side switch is closed, the voltage at point ''A'' becomes 12 V but the voltage at the other side of the [[inductor]] doesn't change instantaneously, instead, the inductor continues to resists change in current. As the 12 V is applied to the inductor, the inductor builds up a magnetic field which creates a voltage drop at the output terminal. As the inductor builds a larger magnetic field (i.e., charges up), the voltage drop becomes smaller and smaller until it's full charged and the voltage reaches 12 V. The graph below depicts the voltage that would be fed to the CPU/GPU at point ''B'' if the high-side switch was to remain closed for a sufficient amount of time:
 
+
[[File:vrm circut (high-side closed).svg|right|500px]]
 
:: [[File:vrm voltage at points a-b when high side switch is on-off.svg|500px]]
 
:: [[File:vrm voltage at points a-b when high side switch is on-off.svg|500px]]
  
Line 18: Line 18:
  
 
When the high-side switch is opened again, the voltage at point ''A'' drops back to 0 V. The inductor still has a magnetic field that was built up when we charged it. Since the high-side switch was opened, the inductor's magnetic field starts to collapse, generating current at point ''B'' which is fed to the CPU. When this happens, there would is sudden voltage spike at point ''B''. A [[flyback diode]] is added to the circuit in order to eliminate this flyback. Since diodes are fairly inefficient, when the circuit opens the high-side switch, it also closes the low-side switch. This is done to allow the current to flow through the switch instead of the diode which acts more like a wire, increasing the efficiency of the circuit. The graph below depicts the voltage that would be fed to the CPU/GPU at point ''B'' when the high-side switch is opened and the low-side switch is now closed:
 
When the high-side switch is opened again, the voltage at point ''A'' drops back to 0 V. The inductor still has a magnetic field that was built up when we charged it. Since the high-side switch was opened, the inductor's magnetic field starts to collapse, generating current at point ''B'' which is fed to the CPU. When this happens, there would is sudden voltage spike at point ''B''. A [[flyback diode]] is added to the circuit in order to eliminate this flyback. Since diodes are fairly inefficient, when the circuit opens the high-side switch, it also closes the low-side switch. This is done to allow the current to flow through the switch instead of the diode which acts more like a wire, increasing the efficiency of the circuit. The graph below depicts the voltage that would be fed to the CPU/GPU at point ''B'' when the high-side switch is opened and the low-side switch is now closed:
 
+
[[File:vrm circut (high-side open).svg|right|500px]]
 
:: [[File:vrm voltage at points a-b when high side switch is off-on.svg|500px]]
 
:: [[File:vrm voltage at points a-b when high side switch is off-on.svg|500px]]
  

Revision as of 19:26, 15 October 2017

vrm general.svg

Voltage Regulator Module (VRM) is an electronic circuit that regulates and down steps voltage from its input (e.g., system power rail) to its output (e.g., integrated circuits) while stepping up current. In the context of a typical computer, the VRM converts the 12/5/3.3 V DC power rail that comes from the power supply unit into the much lower operating voltage of the integrated circuit (e.g. 0.8 V, 1 V, 1.2 V). VRMs are typically implemented as a switching regulator such as a buck converter due to their efficiency.

Overview

Single-phase

vrm circut.svg

Generally, a VRM circuit is usually implemented as a buck converter, but this is not strictly the only way to design it. Shown is a basic schematic of a VRM circuit. On the left side is the typical 12 V which comes from the power supply unit. There are two MOSFETs just before point A, a low-side and a high-side, which serve as actual switches. To the left of point B is the choke (or a filtering inductor).

The goal of the circuit is to take the power supply voltage which is 12 V before point A and convert it to the much lower operating voltage of the CPU or GPU at point B which is something like 1.2 V.

Operation

When the high-side switch is closed, the voltage at point A becomes 12 V but the voltage at the other side of the inductor doesn't change instantaneously, instead, the inductor continues to resists change in current. As the 12 V is applied to the inductor, the inductor builds up a magnetic field which creates a voltage drop at the output terminal. As the inductor builds a larger magnetic field (i.e., charges up), the voltage drop becomes smaller and smaller until it's full charged and the voltage reaches 12 V. The graph below depicts the voltage that would be fed to the CPU/GPU at point B if the high-side switch was to remain closed for a sufficient amount of time:

vrm circut (high-side closed).svg
vrm voltage at points a-b when high side switch is on-off.svg


As can be seen, the purpose of the inductor in the circuit is to prevent the voltage from instantaneously reaching 12 V. How quickly the voltage changes will depend on the inductance of the inductor. For example, a small inductor with a low inductance will have a quicker change in voltage since they can build a smaller magnetic field.

When the high-side switch is opened again, the voltage at point A drops back to 0 V. The inductor still has a magnetic field that was built up when we charged it. Since the high-side switch was opened, the inductor's magnetic field starts to collapse, generating current at point B which is fed to the CPU. When this happens, there would is sudden voltage spike at point B. A flyback diode is added to the circuit in order to eliminate this flyback. Since diodes are fairly inefficient, when the circuit opens the high-side switch, it also closes the low-side switch. This is done to allow the current to flow through the switch instead of the diode which acts more like a wire, increasing the efficiency of the circuit. The graph below depicts the voltage that would be fed to the CPU/GPU at point B when the high-side switch is opened and the low-side switch is now closed:

vrm circut (high-side open).svg
vrm voltage at points a-b when high side switch is off-on.svg
Voltage regulation

The end goal of the circuit is to deliver a constant voltage of our choosing. On a modern microprocessor this might be around 1.2 volts. To achieve 1.2 V, the circuit needs to cut off the inductor charging when the voltage at point B reaches 1.2 V. Once that happens the voltage will start to drop at which point the circuit will go back to charging up the inductor. The entire cycle is repeated forever through a technique known as pulse-width modulation, maintaining the average voltage at the desired operating voltage. At roughly 50% duty cycle, the output voltage at point B will be 6 V. To get our desired 1.2 V the duty cycle should be 10%.

vrm voltage 12v to 1p2v.svg

Multi-phase

New text document.svg This section is empty; you can help add the missing info by editing this page.