- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the difference between Linear and Non-Linear pipeline processors in computer architecture?
Linear Pipeline Processor
Linear pipelining is an approach that decomposes any sequential process into limited subprocesses, which are separate from each other so that every subprocess can be implemented in a unique dedicated segment and all these segments work concurrently. Thus the whole function is divided into separate tasks and these subtasks are implemented by a segment.
The concept of pipelining in computer architecture is corresponding to a technical assembly line. As in the market there multiple divisions like manufacturing, packing, and delivery division, a product is manufactured by the manufacturing division, while it is packed by the packing division a new product is manufactured by the manufacturing unit.
Pipelining can be effectively executed for systems having the following features −
A system is continuously executing a basic function.
A basic function should be divisible into separate stages such that every stage has a basic overlap.
The difficulty of the stages must be practically the same.
Non-Linear Pipeline Processor
The transfer of control is nonlinear. A dynamic pipeline enables feedforward and feedback connections additionally to streamlining connections. A dynamic pipelining can start tasks from multiple reservation tables together to enable multiple numbers of initiations of multiple functions in the same pipeline.
Linear Pipeline | Non-Linear Pipeline |
---|---|
Linear pipelines are static pipelines because they can be used to implement fixed functions. | Non-Linear pipelines are dynamic pipelines because they can be reconstructed to implement variable functions multiple times. |
Linear pipeline enables only streamline connections. | The non-Linear pipeline enables feed-forward and feedback connections additionally to the streamlined connection. |
It is associatively easy to subdivide a given function into a series of linearly ordered sub-functions. | Function partitioning is associatively complex because the pipeline stages are interconnected with loops in addition to streamlining connections. |
The output of the pipeline is produced from the previous stage. | The output of the pipeline is not essentially produced from the previous stage. |
The reservation table is trivial in the sense that data flows in a linear streamline. | The reservation table is non-trivial in the sense that there is no linear streamline for data flows. |
Static pipelining is determined by a single Reservation table. | Dynamic pipelining is defined by more than one Reservation table. |
All initiations to a static pipeline use the same reservation table. | A dynamic pipeline can allow several initiations to follow a mix of reservation tables. |
- Related Articles
- Difference between Linear and Non-linear Data Structures
- Explain the Difference Between Linear and Non-linear Data Structure
- What is Arithmetic Pipeline in Computer Architecture?
- What is Instruction Pipeline in Computer Architecture?
- What is RISC Pipeline in Computer Architecture?
- What is the difference between Computer Architecture and Computer Organization?
- What is the difference between Macro-Processors and Pre-Processors?
- Evolution of ILP Processors in Computer Architecture
- What is the difference between MUX and DEMUX in computer architecture?
- What is the difference between Encoder and Decoder in Computer architecture?
- What is the difference between Decoder and Demultiplexer in Computer Architecture?
- What is the difference between RISC and CISC in Computer Architecture?
- What is the difference between a linear pair and supplementary?
- What is the difference between supplementary and linear pair angles?
- Signals and Systems: Linear and Non-Linear Systems
