[Firechip] Push FASED configs into TargetConfigs.scala

This commit is contained in:
David Biancolin
2019-10-03 02:28:48 +00:00
parent 4df478f23a
commit 5845862525
2 changed files with 11 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ import icenet._
import firesim.endpoints._
import firesim.util.{WithNumNodes}
import firesim.configs.WithDefaultMemModel
import firesim.configs._
class WithBootROM extends Config((site, here, up) => {
case BootROMParams => {
@@ -86,6 +86,11 @@ class WithScalaTestFeatures extends Config((site, here, up) => {
case PrintTracePort => true
})
// FASED Config Aliases. This to enable config generation via "_" concatenation
// which requires that all config classes be defined in the same package
class DDR3FRFCFSLLC4MB extends FRFCFS16GBQuadRankLLC4MB
class DDR3FRFCFSLLC4MB3Div extends FRFCFS16GBQuadRankLLC4MB3Div
/*******************************************************************************
* Full TARGET_CONFIG configurations. These set parameters of the target being
* simulated.