CIRCTTarget

circt.stage.CIRCTTarget
object CIRCTTarget

Object storing types associated with different CIRCT target languages, e.g., RTL or SystemVerilog

Attributes

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

Members list

Type members

Classlikes

case object Btor2 extends Type

Attributes

Source
Annotations.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
Btor2.type
case object CHIRRTL extends Type

Specification FIRRTL

Specification FIRRTL

Attributes

Source
Annotations.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
CHIRRTL.type
case object FIRRTL extends Type

The FIRRTL dialect

The FIRRTL dialect

Attributes

Source
Annotations.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
FIRRTL.type
case object HW extends Type

The HW dialect

The HW dialect

Attributes

Source
Annotations.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
HW.type
case object SystemVerilog extends Type

The SystemVerilog language

The SystemVerilog language

Attributes

Source
Annotations.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
sealed trait Type

The parent type of all CIRCT targets

The parent type of all CIRCT targets

Attributes

Source
Annotations.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Btor2
object CHIRRTL
object FIRRTL
object HW
object SystemVerilog
object Verilog
Show all
case object Verilog extends Type

The Verilog language

The Verilog language

Attributes

Source
Annotations.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
Verilog.type