UseSRAMBlackbox

chisel3.stage.UseSRAMBlackbox

Use Blackbox implementation for SRAM

Use as CLI option --use-sram-blackbox.

Attributes

Source
ChiselAnnotations.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait ChiselOption
trait Annotation
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Inherited and Abstract types

type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Inherited methods

final def addOptions(p: OptionParser[AnnotationSeq]): Unit

Add all shell (command line) options to an option parser

Add all shell (command line) options to an option parser

Value parameters

p

an option parser

Attributes

Inherited from:
HasShellOptions
Source
Registration.scala
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source
Mirror.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def serialize: String

Optional pretty print

Optional pretty print

Attributes

Note

rarely used

Inherited from:
Annotation
Source
Annotation.scala
def update(renames: RenameMap): Seq[NoTargetAnnotation]

Update the target based on how signals are renamed

Update the target based on how signals are renamed

Attributes

Inherited from:
NoTargetAnnotation
Source
Annotation.scala

Concrete fields

val options: Seq[ShellOption[_]]

A sequence of options provided

A sequence of options provided

Attributes

Source
ChiselAnnotations.scala