Main Content

Gate Driver

Behavioral model of gate driver integrated circuit

  • Gate Driver block

Libraries:
Simscape / Electrical / Semiconductors & Converters

Description

The Gate Driver block provides an abstracted representation of a gate driver integrated circuit. The block models input hysteresis, propagation delay, and turn-on/turn-off dynamics. Unless modeling a gate driver circuit explicitly, always use this block or the Half-Bridge Driver block to set gate-source voltage on a MOSFET block or gate-emitter voltage on an IGBT block. Do not connect a controlled voltage source directly to a semiconductor gate, because this omits the gate driver output impedance that determines switching dynamics.

You can model electrical or physical signal input ports by setting the Modeling option parameter to either:

  • PS input — The driver output state is controlled by a physical signal input u. Use this modeling option if all of your controller, including PWM waveform generation, is determined by Simulink® blocks. This modeling option is the default.

  • Electrical input ports — The driver output state is controlled by two electrical input connections, PWM and REF. Use this option if your model has upstream analog components, such as the Controlled PWM Voltage source.

When the input rises above the logic 1 input level, the transition of the output state from off to on is initiated after a delay equal to the turn-on propagation delay. The demanded output voltage across the G and S ports steps in value from the off-state output voltage to the on-state output voltage, but the actual output voltage is set by the RC time constant associated with the On-state gate drive resistance value and the total load capacitance. Similarly, when the input falls below the logic 0 input value, the transition of the output state from on to off is initiated after a delay equal to the turn-off propagation delay and with dynamics now set by the Off-state gate drive resistance value.

Faults

You can insert a fault into the output of the gate driver at a specified simulation time, to make the connected semiconductor device either permanently off or permanently on. Use this feature to represent a failed semiconductor device as failed at open-circuit or at normal on-state conditions.

Ports

Input

expand all

Input physical signal that specifies the input control value.

Dependencies

To enable this port, set Modeling option to PS input.

Conserving

expand all

Electrical conserving port associated with the pulse-width modulated signal.

Dependencies

To enable this port, set Modeling option to Electrical input ports.

Electrical conserving port associated with the floating zero volt reference.

Dependencies

To enable this port, set Modeling option to Electrical input ports.

Electrical conserving port associated with the gate. Connect this port to the gate of a MOSFET or IGBT block.

Electrical conserving port associated with the source or emitter. Connect this port to the source of a MOSFET block or the emitter of an IGBT block.

Parameters

expand all

Whether to model physical signal or electrical input ports.

Input Logic

Value of the input signal corresponding to the logic 1 level.

Dependencies

To enable this port, set Modeling option to PS input.

Value of the input signal corresponding to the logic 0 level.

Dependencies

To enable this port, set Modeling option to PS input.

Value of the input voltage corresponding to the logic 1 level.

Dependencies

To enable this port, set Modeling option to Electrical input ports.

Value of the input voltage corresponding to the logic 0 level.

Dependencies

To enable this port, set Modeling option to Electrical input ports.

Outputs

Demanded output voltage when the driver is in on state.

Demanded output voltage when the driver is in off state.

Timing

When the input rises above the logic 1 input level, the transition of the output state from off to on is initiated after a delay equal to the turn-on propagation delay.

When the input falls below the logic 0 input value, the transition of the output state from on to off is initiated after a delay equal to the turn-off propagation delay.

Dynamics

Select the type of driver parameterization:

  • Output impedance — Specify on-state and off-state gate drive resistances.

  • Rise and fall times — Specify rise time, fall time, and load capacitance.

Gate drive resistance when the driver is in on state.

Dependencies

Enabled when the Parameterization parameter is set to Output impedance.

Gate drive resistance when the driver is in off state.

Dependencies

Enabled when the Parameterization parameter is set to Output impedance.

Driver rise time from 10% to 90%.

Dependencies

Enabled when the Parameterization parameter is set to Rise and fall times.

Driver fall time from 90% to 10%.

Dependencies

Enabled when the Parameterization parameter is set to Rise and fall times.

Driver load capacitance.

Dependencies

Enabled when the Parameterization parameter is set to Rise and fall times.

Faults

Select Yes to enable faults modeling. The associated parameters in the Faults section become visible to let you specify time to fail and the failure mode.

Set the simulation time at which you want the block to enter the faulted state.

Dependencies

Enabled when the Enable faults parameter is set to Yes.

Select whether driver fails by making the connected semiconductor device permanently turned off or on.

Dependencies

Enabled when the Enable faults parameter is set to Yes.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2017b