International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 152 - Issue 6 |
Published: Oct 2016 |
Authors: Renuka Patel, Sanjay Kumar |
![]() |
Renuka Patel, Sanjay Kumar . Simulation and Investigation on “Effect of Dependency in under Pipelining”. International Journal of Computer Applications. 152, 6 (Oct 2016), 12-15. DOI=10.5120/ijca2016911877
@article{ 10.5120/ijca2016911877, author = { Renuka Patel,Sanjay Kumar }, title = { Simulation and Investigation on “Effect of Dependency in under Pipelining” }, journal = { International Journal of Computer Applications }, year = { 2016 }, volume = { 152 }, number = { 6 }, pages = { 12-15 }, doi = { 10.5120/ijca2016911877 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2016 %A Renuka Patel %A Sanjay Kumar %T Simulation and Investigation on “Effect of Dependency in under Pipelining”%T %J International Journal of Computer Applications %V 152 %N 6 %P 12-15 %R 10.5120/ijca2016911877 %I Foundation of Computer Science (FCS), NY, USA
Instruction level parallelism is the most common technique to achieve speedup and Pipelining is one of the techniques to achieve Instruction level parallelism. Pipelining is of 5 types – Scalar pipelining, Superscalar pipelining, Super pipelining, Under pipelining and Super Scalar Super pipelining. In pipelining technique more than one instruction can issue simultaneously into different functional unit. But, dependency is most common problem in pipelining. This paper shows the development of simulator using ‘C’ language to study the effect of dependency in under pipelining. This paper also calculates some pipelining parameters like CPI, IPC etc.