提交 e564722c 编写于 作者: L Lingrui98

parameters: update configs for tage and ittage

* modify the largest history length to be 65 in order to avoid
  2 level xors on speculative update

* update ittage parameters to be an optimized one
上级 e69b7315
......@@ -75,16 +75,15 @@ case class XSCoreParameters
( 256*8, 8, 8),
( 256*8, 16, 8),
( 128*8, 32, 9),
( 128*8, 64, 9)),
( 128*8, 65, 9)),
ITTageTableInfos: Seq[Tuple3[Int,Int,Int]] =
// Sets Hist Tag
Seq(( 512, 0, 0),
( 512, 2, 7),
( 512, 4, 7),
( 512, 8, 8),
( 512, 16, 8),
( 512, 32, 9),
( 512, 64, 9)),
Seq(( 512, 0, 0),
( 256, 4, 8),
( 256, 8, 8),
( 512, 12, 8),
( 512, 16, 8),
( 512, 32, 8)),
SCNRows: Int = 1024,
SCNTables: Int = 6,
SCCtrBits: Int = 6,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册