File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/test/scala/kernel/alu Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments