Packages

p

treadle

coverage

package coverage

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. coverage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CoverageInfo(covPorts: Seq[String]) extends Info with Product with Serializable

    Used to keep track of coverage validators

  2. case class CoverageReport(coverage: Int, pathsCovered: List[Int], source: List[String]) extends Serializable with Product

    Represents the data used for generating the coverage report

    Represents the data used for generating the coverage report

    coverage

    the % of the paths that have been covered

    pathsCovered

    the coverage expression lines that have been covered

  3. class Ledger extends AnyRef

    Keeps track of module and coverage related information during the firrtl pass

Value Members

  1. final val coverageName: String
  2. object Coverage

Inherited from AnyRef

Inherited from Any

Ungrouped