make groundtest and unitest peers of rocketchip, with their own packages, harnesses and configs
This commit is contained in:
9
src/main/scala/groundtest/Coreplex.scala
Normal file
9
src/main/scala/groundtest/Coreplex.scala
Normal file
@ -0,0 +1,9 @@
|
||||
package groundtest
|
||||
|
||||
import Chisel._
|
||||
import cde.{Parameters}
|
||||
import coreplex.{CoreplexConfig, DefaultCoreplex}
|
||||
|
||||
class GroundTestCoreplex(tp: Parameters, tc: CoreplexConfig) extends DefaultCoreplex(tp, tc) {
|
||||
io.success := tileList.flatMap(_.io.elements get "success").map(_.asInstanceOf[Bool]).reduce(_&&_)
|
||||
}
|
Reference in New Issue
Block a user