flattenMode

dfhdl.hw.annotation.flattenMode
object flattenMode

Flattening Mode:

  • transparent: $memberName
  • prefix: $ownerName$sep$memberName
  • suffix: $memberName$sep$ownerName

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class prefix(val sep: String) extends HWAnnotation

Attributes

Supertypes
class HWAnnotation
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all
final class suffix(val sep: String) extends HWAnnotation

Attributes

Supertypes
class HWAnnotation
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all
final class transparent() extends HWAnnotation

Attributes

Supertypes
class HWAnnotation
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all