Inertial vs Transport
Delays

-- Notes Page --


VHDL can model two types of delay in a component:

The default timing type is inertial. If you want to model a transport delay, use the keyword "transport".

Transport delays are typically used to synchronize timing between VHDL processes and to model systems at high levels where inertial delay effects are ignored.