Input

chisel3.Input
object Input

Input, Output, and Flipped are used to define the directions of Module IOs.

Note that they currently clone their source argument, including its bindings.

Thus, an error will be thrown if these are used on bound Data

Attributes

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

Members list

Value members

Concrete methods

def apply[T <: Data](source: => T): T

Attributes

Source
Data.scala