From 195f4592bf759509ba5b996e78bf12fd90f4be4e Mon Sep 17 00:00:00 2001 From: erling Date: Wed, 20 Nov 2019 10:49:31 +0100 Subject: [PATCH] Fixed typo in hot to run the Branch Profiler --- theory2.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theory2.org b/theory2.org index f98e836..8400979 100644 --- a/theory2.org +++ b/theory2.org @@ -203,7 +203,7 @@ For this task it is necessary to use something more sophisticated than ~Map[(Int, Boolean)]~ to represent 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? Answer with a number.