Add ex2 text. Remove unused file.
This commit is contained in:
parent
dd0f1340b5
commit
c82013581d
4 changed files with 114 additions and 45 deletions
|
@ -1,43 +0,0 @@
|
|||
// package FiveStage
|
||||
// import chisel3._
|
||||
// import chisel3.iotesters._
|
||||
// import org.scalatest.{Matchers, FlatSpec}
|
||||
// import spire.math.{UInt => Uint}
|
||||
// import fileUtils._
|
||||
// import cats.implicits._
|
||||
|
||||
// import RISCVutils._
|
||||
// import RISCVasm._
|
||||
// import riscala._
|
||||
|
||||
// import utilz._
|
||||
|
||||
// class AllTests extends FlatSpec with Matchers {
|
||||
|
||||
// val results = fileUtils.getAllTests.map{f =>
|
||||
// val result = TestRunner.runTest(f.getPath, false)
|
||||
// (f.getName, result)
|
||||
// }
|
||||
|
||||
// makeReport(results)
|
||||
// }
|
||||
|
||||
|
||||
// /**
|
||||
// This is for you to run more verbose testing.
|
||||
// */
|
||||
// class SelectedTests extends FlatSpec with Matchers {
|
||||
|
||||
// val tests = List(
|
||||
// "matMul.s"
|
||||
// )
|
||||
|
||||
// if(!tests.isEmpty){
|
||||
// val results = fileUtils.getAllTests.filter(f => tests.contains(f.getName)).map{ f =>
|
||||
// val result = TestRunner.runTest(f.getPath, true)
|
||||
// (f.getName, result)
|
||||
// }
|
||||
|
||||
// makeReport(results)
|
||||
// }
|
||||
// }
|
Loading…
Add table
Add a link
Reference in a new issue