Published online by Cambridge University Press: 06 January 2017
Classification of Architectures
Roughly speaking, computer architecture is a structure of computer system components. Architecture, in addition to manufacturing technology, is a major factor determining the speed of a computer. Therefore designers devote a great deal of attention to improving computer architectures. One of architecture classifications is Flynn's taxonomy, which is based on the concepts of instruction stream and data stream. An instruction stream is a sequence of instructions executed by a processor, and a data stream is a sequence of data processed by an instruction stream. Depending on the multiplicity of instruction and data streams occurring on a computer, Flynn has distinguished four classes of architectures (Figure 5.1).
Computers of SISD architecture, in brief SISD computers, are conventional computers wherein a processor executes a single instruction stream processing a single data stream. In modern processors, regularly more than one instruction is executed within a single clock cycle. Processors are equipped with a certain number of functional units enabling implementation of instruction in a pipelined fashion. Processors with multiple functional units are called superscalar.
Suppose that the process of executing an instruction consists of six sequentially performed microoperations (also termed microinstructions): fetch instruction (FI), decode instruction (DI), calculate operand address (CA), fetch operand (FO), execute instruction (EI), write result (WR). A sequence of microoperations making up the process of implementing an instruction is called pipeline. Each microoperation in the sequence is also called stage of a pipeline, so in our example we have the 6-stage pipeline. Assume that the separate functional units (hardware circuitry) J1, J2, …, J6 have been implemented in a processor to perform particular microoperations. Pipelined execution of an instruction stream i1, i2, …, i8, … is illustrated in Figure 5.2. In the first stage (clock cycle 1), unit J1 fetches instruction i1 from program memory and forwards it to unit J2 for decoding. In the second stage (clock cycle 2) unit J2 decodes instruction i1, and unit J1 fetches instruction i2. At the end of stage 2, units J1 and J2 send results of their operation to units J2 and J3, respectively, and so on.
To save this book to your Kindle, first ensure [email protected] is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.