International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 152 - Number 6 |
Year of Publication: 2016 |
Authors: Renuka Patel, Sanjay Kumar |
10.5120/ijca2016911877 |
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
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.