Packages

c

firrtl.ir

IntTestParam

case class IntTestParam(value: BigInt) extends TestParam with UseSerializer with Product with Serializable

Annotations
@deprecated
Deprecated

(Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

Source
IR.scala
Linear Supertypes
Serializable, Product, Equals, UseSerializer, TestParam, FirrtlNode, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntTestParam
  2. Serializable
  3. Product
  4. Equals
  5. UseSerializer
  6. TestParam
  7. FirrtlNode
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IntTestParam(value: BigInt)

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. def serialize: String
    Definition Classes
    UseSerializer → FirrtlNode
  3. val value: BigInt