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

使用 Rust 语言模拟分支预测器,高等计算机体系结构作业

License

Notifications You must be signed in to change notification settings

KuangjuX-Archived/bp-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Branch Predictor Emulator

Introduction

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

Usage

构建工具:

  • Rust
  • Just
  • Makefile

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

About

使用 Rust 语言模拟分支预测器,高等计算机体系结构作业

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published