Verification of Microprocessor without Interlocked Pipeline (MIPS) Processor using Self-Checking Testbench

MIPS stand for Microprocessor without Interlocked Pipeline Stages. It is a reduced instruction set computer (RISC) instruction set architecture (ISA). RISC is a wellstablished architecture due to its efficiency and simplicity. Thus, it is widely used in the processor industry. However, verifying and...

全面介紹

Saved in:
書目詳細資料
主要作者: Teng, Wen Jun
格式: Final Year Project / Dissertation / Thesis
出版: 2023
主題:
在線閱讀:http://eprints.utar.edu.my/5957/1/Teng_Wen_Jun_21AGM06710.pdf
http://eprints.utar.edu.my/5957/
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:MIPS stand for Microprocessor without Interlocked Pipeline Stages. It is a reduced instruction set computer (RISC) instruction set architecture (ISA). RISC is a wellstablished architecture due to its efficiency and simplicity. Thus, it is widely used in the processor industry. However, verifying and validating the correctness of the processor if a complex work as it consists of about 111 total instructions (Stanford.edu, 2020). Various types of hazards might be arise due to the complexity of the pipeline structures. Thus, the verification process will be time consuming as validators need to verify the whole design by checking the waveforms after they make some minor changes. This project is to improve the efficiency of verification process of the current RISC32 5-stage pipeline processor that developed in Universiti Tunku Abdul Rahman which is under Faculty of Information Technology by developing a complete self-checking testbench using SystemVerilog to verify the functional correctness of the MIPS design at system level.