withModulePrefix

chisel3.withModulePrefix

Creates a block under which any generator that gets run results in a module whose name is prepended with the given prefix.

Attributes

Source
Module.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[T](prefix: String)(block: => T): T

Prefixes modules with the given prefix

Prefixes modules with the given prefix

Uses default separator.

Value parameters

prefix

The module prefix, blank means ignore.

Attributes

Source
Module.scala
def apply[T](prefix: String, includeSeparator: Boolean)(block: => T): T

Prefixes modules with the given prefix

Prefixes modules with the given prefix

Value parameters

includeSeparator

Include the separator after the prefix

prefix

The module prefix, blank means ignore.

Attributes

Source
Module.scala