Skip to content

Commit 73037e1

Browse files
roll back test with pe and sys
1 parent f66a6be commit 73037e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/test/scala/kernel/alu/GEMMTest.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ class GEMMTest extends AnyFlatSpec with ChiselScalatestTester {
179179
// dut.io.out.expect(acc)
180180
}
181181

182-
// "PEFxp basic test on Verilator" should "pass" in {
183-
// test(new PEFxp()).withAnnotations(Seq(VerilatorBackendAnnotation, WriteVcdAnnotation))(testPEFxp)
184-
// }
182+
"PEFxp basic test on Verilator" should "pass" in {
183+
test(new PEFxp()).withAnnotations(Seq(VerilatorBackendAnnotation, WriteVcdAnnotation))(testPEFxp)
184+
}
185185

186-
// "SystolicMM basic test on Verilator" should "pass" in {
187-
// test(new SystolicMM(5)).withAnnotations(Seq(VerilatorBackendAnnotation, WriteVcdAnnotation))(testSystolicMM)
188-
// }
186+
"SystolicMM basic test on Verilator" should "pass" in {
187+
test(new SystolicMM(5)).withAnnotations(Seq(VerilatorBackendAnnotation, WriteVcdAnnotation))(testSystolicMM)
188+
}
189189

190190
"GeMM basic test on Verilator" should "pass" in {
191191
test(new GEMM(6)).withAnnotations(Seq(VerilatorBackendAnnotation, WriteVcdAnnotation))(testGEMM)

0 commit comments

Comments
 (0)