Interface

dfhdl.compiler.ir.constraints.DeviceConfig.Interface
See theInterface companion trait
object Interface

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Interface.type

Members list

Type members

Classlikes

final case class MasterBPI(busWidth: Int) extends Interface

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Interface
class Object
trait Matchable
class Any
Show all
final case class MasterSMAP(busWidth: Int) extends Interface

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Interface
class Object
trait Matchable
class Any
Show all
final case class MasterSPI(busWidth: Int) extends Interface

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Interface
class Object
trait Matchable
class Any
Show all
case object MasterSerial extends Interface

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Interface
class Object
trait Matchable
class Any
Show all
Self type
final case class SlaveSMAP(busWidth: Int) extends Interface

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Interface
class Object
trait Matchable
class Any
Show all
case object SlaveSerial extends Interface

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Interface
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

given derived$ReadWriter: ReadWriter[Interface]