Const

chisel3.Const
object Const

Create a constant type in FIRRTL, which is guaranteed to take a single constant value.

Attributes

Source
Const.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Const.type

Members list

Value members

Concrete methods

def apply[T <: Data](source: => T)(implicit sourceInfo: SourceInfo): T

Attributes

Source
Const.scala