Convention

chisel3.layer.Convention
object Convention

Enumerations of different optional layer conventions. A layer convention says how a given layer should be lowered to Verilog.

Attributes

Deprecated
[Since version Chisel 7.0.0] `Convention` is being removed in favor of `LayerConfig`
Source
Layer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Convention.type

Members list

Type members

Classlikes

case object Bind extends Type

The layer should be lowered to a SystemVerilog bind.

The layer should be lowered to a SystemVerilog bind.

Attributes

Source
Layer.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all
Self type
Bind.type
sealed trait Type

Attributes

Source
Layer.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Bind