Keyword: POSTPONED
The postponed keyword is used to declare a process as a postponed process.
Postponed processes do not execute until the final simulation cycle at the currently modeled time.
Example
P1: postponed process (D,Snd,Int)
begin
-- Statements are postponed to end of simulation cycle
end postponed process;
See also