Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

executable file
·
11 lines (9 loc) · 513 Bytes

Branch Predictor Emulator

Introduction

使用 Rust 语言实现的分支预测模拟器,为高等计算机体系结构课程的作业,分为简单分支预测器(Bimodal branch predictor) 和 共享分支预测器(GShare Branch Predictor)

Usage

构建工具:

  • Rust
  • Just
  • Makefile

我们同时使用了 justMakefile 作为构建工具,您可以通过修改文件中的参数用于运行测试用例,同时我们也提供了 build.sh。您可以一键运行所有测试用例。