Property

chisel3.ltl.Property
See theProperty companion object
sealed trait Property

A Linear Temporal Logic (LTL) property.

Attributes

Companion
object
Source
LTL.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Sequence
class BoolSequence

Members list

Value members

Inherited methods

def and(other: Property)(using SourceInfo): Property

See Property.and.

See Property.and.

Attributes

Inherited from:
PropertyIntf (hidden)
Source
LTLIntf.scala
def clock(clock: Clock)(using SourceInfo): Property

See Property.clock.

See Property.clock.

Attributes

Inherited from:
PropertyIntf (hidden)
Source
LTLIntf.scala

See Property.eventually.

See Property.eventually.

Attributes

Inherited from:
PropertyIntf (hidden)
Source
LTLIntf.scala
def intersect(other: Property)(using SourceInfo): Property

See Property.intersect.

See Property.intersect.

Attributes

Inherited from:
PropertyIntf (hidden)
Source
LTLIntf.scala
def not(using SourceInfo): Property

See Property.not.

See Property.not.

Attributes

Inherited from:
PropertyIntf (hidden)
Source
LTLIntf.scala
def or(other: Property)(using SourceInfo): Property

See Property.or.

See Property.or.

Attributes

Inherited from:
PropertyIntf (hidden)
Source
LTLIntf.scala
def until(other: Property)(using SourceInfo): Property

See Property.until.

See Property.until.

Attributes

Inherited from:
PropertyIntf (hidden)
Source
LTLIntf.scala