NoSourceInfo

chisel3.experimental.NoSourceInfo
sealed trait NoSourceInfo extends SourceInfo

Attributes

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

Members list

Value members

Concrete 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