Signal

chisel3.simulator.MacroText.Signal
case class Signal[A <: RawModule](get: A => Data) extends Type[A]

A macro that will return macro text with the name of a signal in the design under test

Value parameters

get

a function that accesses a singal in the design under test

Attributes

Source
Settings.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Type[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product