Delay

chisel3.ltl.Delay
object Delay

The delay atoms available to users. Can be interleaved with actual sequences in Sequence(...). See SequenceAtom for details.

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
LTL.scala
def apply(delay: Int): SequenceAtom

Attributes

Source
LTL.scala
def apply(min: Int, max: Int): SequenceAtom

Attributes

Source
LTL.scala
def apply(min: Int, max: Option[Int]): SequenceAtom

Attributes

Source
LTL.scala