Fixed typo in hot to run the Branch Profiler

This commit is contained in:
erling 2019-11-20 10:49:31 +01:00 committed by GitHub
parent cb1a810317
commit 195f4592bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@
For this task it is necessary to use something more sophisticated than ~Map[(Int, Boolean)]~ to represent For this task it is necessary to use something more sophisticated than ~Map[(Int, Boolean)]~ to represent
your branch predictor model. your branch predictor model.
The skeleton code is located in ~testRunner.scala~ and can be run using testOnly FiveStage.ProfileTest. The skeleton code is located in ~testRunner.scala~ and can be run using testOnly FiveStage.ProfileBranching.
With a 2 bit 8 slot scheme, how many mispredicts will happen? With a 2 bit 8 slot scheme, how many mispredicts will happen?
Answer with a number. Answer with a number.