Erlangen Classification System

from Wikipedia, the free encyclopedia

The Erlangen Classification System (ECS) was developed by Wolfgang Händler in 1975 and is used to describe computer architectures with regard to their parallelism . For this purpose, triples used (in square brackets are not mandatory):

tRechnertyp = (k [* k'], d [* d'], w [* w'])

Here means

There are also the following connection operators:

  • + : inhomogeneous additional units
  • v : modes of operation
  • x : macro pipelining.

Examples

t i860 = (1 * 1, 1 * 1, 32 * 3) + (0 * 0, 1 * 1, 64 * 3)
  • A distributed array processor (distributed field computer) with three operating modes:
t DAP = (1, 64, 64) v (1, 128, 32) v (1, 4096, 1)
  • A 60-bit central processor with nine- fold super scalarity and 15 upstream 12-bit preprocessing units:
t CDC7600 = (15, 1, 12) x (1, 1 * 9, 60)