SourceInfo

chisel3.experimental.SourceInfo
See theSourceInfo companion object
sealed trait SourceInfo

Abstract base class for generalized source information.

Attributes

Companion
object
Source
SourceInfo.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def filenameOption: Option[String]

The filename for the originating source file, if known

The filename for the originating source file, if known

Attributes

Source
SourceInfo.scala
def makeMessage(f: String => String = ...): String

A prettier toString

A prettier toString

Make a useful message if SourceInfo is available, nothing otherwise

Attributes

Source
SourceInfo.scala