Abstract
This paper describes the verification plan on data hazard detection and handling for a 32-bit MIPS ISA (Microprocessor without Interlocked Pipeline Stages Instruction Set Architecture) compatible 5-stage pipeline processor, RISC32. Our work can be used as a reference for RISC32 processor developers to identify and resolve every possible data hazard that might arise during execution phase within the range of the basic MIPS core instruction set. The techniques used to resolve data hazard in this paper are data forwarding and pipeline stages stalling. When data hazard arises, it is first resolve by using data forwarding. If the problem persists, we use pipeline stages stalling then only follow by another data forwarding to resolve the data hazard. This combination will reduce the impact of data hazard on the processor throughput, instead of only using the pipeline stages stalling. This paper delivers a comprehensive analysis and the development of the data hazard resolving blocks that are able to resolve data hazard arises.
Original language | English |
---|---|
Title of host publication | Proceedings - 31st IEEE International Conference on Advanced Information Networking and Applications Workshops, WAINA 2017 |
Place of Publication | Piscataway, N.J. |
Publisher | IEEE |
Pages | 154-159 |
Number of pages | 6 |
ISBN (Print) | 9781509062300 |
DOIs | |
Publication status | Published - 16 May 2017 |
Event | 31st IEEE International Conference on Advanced Information Networking and Applications Workshops, WAINA 2017 - Taipei, Taiwan Duration: 27 Mar 2017 → 29 Mar 2017 |
Conference
Conference | 31st IEEE International Conference on Advanced Information Networking and Applications Workshops, WAINA 2017 |
---|---|
Country/Territory | Taiwan |
City | Taipei |
Period | 27/03/17 → 29/03/17 |
Keywords
- data forwarding
- data hazard
- interlock pipeline stages
- MIPS
- pipeline