The name of the process class is generated by appending library, entity, architecture and process name (see Section 3.2). If no process name is specified by the VHDL source a unique synthetic name is generated.
Example: The class name of a process ``p'' of the architecture ``arch'', entity ``myent'' compiled into library ``mylib'' is named
class L5mylib_E5myent_A4arch_P1p { ... };