VLIW ARCHITECTURE and Pipeline
VLIW ARCHITECTURE and Pipeline
VLIW ARCHITECTURE:
https://www.geeksforgeeks.org/very-long-instruction-word-vliw-architecture/
https://www.geeksforgeeks.org/very-long-instruction-word-vliw-architecture/
https://www.geeksforgeeks.org/computer-organization-and-architecture-pipelining-set-2-
dependencies-and-data-hazard/
Example : Consider a 4 segment pipeline with stage delays (2 ns, 8 ns, 3 ns,
10 ns). Find the time taken to execute 100 tasks in the above pipeline.
Solution : As the above pipeline is a non-linear pipeline,
Tp = max(2, 8, 3, 10) = 10 ns
We know that ETpipeline = (k + n – 1) Tp = (4 + 100 – 1) 10 ns = 1030 ns