DPINonVoidFunctionImport

chisel3.util.circt.dpi.DPINonVoidFunctionImport

Attributes

Source
DPI.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def clocked: Boolean

Attributes

Source
DPI.scala
def ret: T

Attributes

Source
DPI.scala

Concrete methods

final def call(data: Data*): T

Attributes

Source
DPI.scala
final def callWithEnable(enable: Bool, data: Data*): T

Attributes

Source
DPI.scala
def outputName: Option[String]

Attributes

Source
DPI.scala

Inherited methods

def inputNames: Option[Seq[String]]

Attributes

Inherited from:
DPIFunctionImport
Source
DPI.scala

Inherited and Abstract methods

def functionName: String

Attributes

Inherited from:
DPIFunctionImport
Source
DPI.scala