Viewer

firrtl.options.Viewer
object Viewer

A shim to manage multiple "views" of an AnnotationSeq

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
OptionsView.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Viewer.type

Members list

Value members

Concrete methods

def apply[T](implicit a: OptionsView[T]): OptionsView[T]

Helper method to get at a given OptionsView. This enables access to OptionsView methods in a more canonical format, e.g., you can then do Viewer[T].view.

Helper method to get at a given OptionsView. This enables access to OptionsView methods in a more canonical format, e.g., you can then do Viewer[T].view.

Value parameters

a

an implicit OptionsView

Attributes

Source
OptionsView.scala
def view[T : OptionsView](options: AnnotationSeq): T

Convert annotations to options using an implicitly provided OptionsView

Convert annotations to options using an implicitly provided OptionsView

Type parameters

T

the type to which the input AnnotationSeq should be viewed as

Value parameters

options

some annotations

Attributes

Source
OptionsView.scala