strip DMA and RoCC CSRs out of rocket and uncore (#201)
This commit is contained in:
committed by
Andrew Waterman
parent
47a0c880a4
commit
38e0967816
@ -101,7 +101,6 @@ class BaseCoreplexConfig extends Config (
|
||||
case BuildRoCC => Nil
|
||||
case RoccNMemChannels => site(BuildRoCC).map(_.nMemChannels).foldLeft(0)(_ + _)
|
||||
case RoccNPTWPorts => site(BuildRoCC).map(_.nPTWPorts).foldLeft(0)(_ + _)
|
||||
case RoccNCSRs => site(BuildRoCC).map(_.csrs.size).foldLeft(0)(_ + _)
|
||||
//Rocket Core Constants
|
||||
case FetchWidth => if (site(UseCompressed)) 2 else 1
|
||||
case RetireWidth => 1
|
||||
|
Reference in New Issue
Block a user