add zscale programs
This commit is contained in:
parent
e571ebaf7f
commit
efd6458a3d
@ -215,6 +215,7 @@ class WithZscale extends ChiselConfig(
|
||||
(pname,site,here) => pname match {
|
||||
case BuildZscale => {
|
||||
TestGeneration.addSuites(List(rv32ui("p"), rv32um("p")))
|
||||
TestGeneration.addSuites(List(zscaleBmarks))
|
||||
(r: Bool) => Module(new Zscale(r), {case TLId => "L1ToL2"})
|
||||
}
|
||||
case UseZscale => true
|
||||
|
@ -117,6 +117,9 @@ object DefaultTestSuites {
|
||||
List("ad","ae","af","ag","ai","ak","al","am","an","ap","aq","ar","at","av","ay","az",
|
||||
"bb","bc","bf","bh","bj","bk","bm","bo","br","bs","ce","cf","cg","ci","ck","cl",
|
||||
"cm","cs","cv","cy","dc","df","dm","do","dr","ds","du","dv").map(_+"_matmul")).toSet)
|
||||
|
||||
val zscaleBmarks = new BenchmarkTestSuite("zscale", "$(base_dir)/zscale/sw", Set(
|
||||
"led", "mbist"))
|
||||
}
|
||||
|
||||
object TestGenerator extends App {
|
||||
|
2
zscale
2
zscale
@ -1 +1 @@
|
||||
Subproject commit a60954cef6de11b7cb9f9a3474fa229074fa9639
|
||||
Subproject commit 1d2c1ef49b00f04ca9c60599fbd2af6d4fe6aa60
|
Loading…
Reference in New Issue
Block a user