Article | REF: H1004 V1

Processors : pipelined execution of instructions

Authors: Daniel ETIEMBLE, François ANCEAU

Publication date: August 10, 2013, Review date: March 4, 2022

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Français

3. Problems related to instructions with multi-cycle operations

3.1 Multi-cycle operations

All the operations performed in the ALU considered so far are executed in one clock cycle. Logical instructions work on a bit-by-bit basis and have no carry to propagate. Simple arithmetic operations on integer data (addition and subtraction) can be executed in one clock cycle. On the other hand, multiplication and division operations on integer data are long operations, requiring several clock cycles. There are two ways of performing a hardware multiplication.

The first consists of a sequence of additions and shifts controlled by a sequencer, each step requiring one clock cycle. This approach, with possible variants allowing several multiplier bits to be processed at once to reduce the number of iterations, was used in early processors...

You do not have access to this resource.

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Software technologies and System architectures

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
Problems related to instructions with multi-cycle operations