SimLog

chisel3.SimLog
See theSimLog companion trait
object SimLog

Attributes

Companion
trait
Source
SimLog.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SimLog.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def file(filename: String)(implicit sourceInfo: SourceInfo): SimLog

Print to a file given by filename

Print to a file given by filename

Attributes

Source
SimLog.scala
def file(filename: Printable)(implicit sourceInfo: SourceInfo): SimLog

Attributes

Source
SimLog.scala

Concrete fields

val StdErr: SimLog

The default FileDescriptor is stderr

The default FileDescriptor is stderr

Attributes

Source
SimLog.scala