All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spinal.lib.eda.bench.Report.scala Maven / Gradle / Ivy

There is a newer version: 1.10.2a
Show newest version
package spinal.lib.eda.bench

trait Report{
  def getFMax() : Double
  def getArea() : String

  override def toString = s"$getArea   $getFMax"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy