noModulePrefix

chisel3.noModulePrefix

Creates a block under which any generator that gets run results in a module whose name does not have any module prefix applied.

Attributes

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

Members list

Value members

Concrete methods

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

Removes module prefix for all modules generated within the block.

Removes module prefix for all modules generated within the block.

Value parameters

block

The block of code to execute without module prefixing.

Attributes

Source
Module.scala