OptionsView

firrtl.options.OptionsView
trait OptionsView[T]

Type class defining a "view" of an AnnotationSeq

Type parameters

T

the type to which this viewer converts an AnnotationSeq to

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
Known subtypes

Members list

Value members

Abstract methods

def view(options: AnnotationSeq): T

Convert an AnnotationSeq to some other type

Convert an AnnotationSeq to some other type

Value parameters

options

some annotations

Attributes

Source
OptionsView.scala