Packages

  • package root

    This is the documentation for Chisel.

    This is the documentation for Chisel.

    Package structure

    The chisel3 package presents the public API of Chisel. It contains the concrete core types UInt, SInt, Bool, Clock, and Reg, the abstract types Bits, Aggregate, and Data, and the aggregate types Bundle and Vec.

    The Chisel package is a compatibility layer that attempts to provide chisel2 compatibility in chisel3.

    Utility objects and methods are found in the util package.

    The testers package defines the basic interface for chisel testers.

    Definition Classes
    root
  • package chisel3

    This package contains the main chisel3 API.

    This package contains the main chisel3 API.

    Definition Classes
    root
  • package ltl
    Definition Classes
    chisel3
  • object Sequence extends Sequence$Intf

    Prefix-style utilities to work with sequences.

    Prefix-style utilities to work with sequences.

    This object exposes the primary API to create and compose sequences from booleans and shorter sequences.

    Definition Classes
    ltl
  • BoolSequence
c

chisel3.ltl.Sequence

BoolSequence

implicit class BoolSequence extends Sequence with SequenceAtom

Source
LTL.scala
Linear Supertypes
SequenceAtom, Sequence, SequenceIntf, Property, PropertyIntf, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoolSequence
  2. SequenceAtom
  3. Sequence
  4. SequenceIntf
  5. Property
  6. PropertyIntf
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BoolSequence(inner: Bool)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ###(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    Equivalent to a ##1 b in SVA.

    Equivalent to a ##1 b in SVA.

    Definition Classes
    SequenceIntf
  4. def ##*(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    Equivalent to a ##[*] b in SVA.

    Equivalent to a ##[*] b in SVA.

    Definition Classes
    SequenceIntf
  5. def ##+(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    Equivalent to a ##[+] b in SVA.

    Equivalent to a ##[+] b in SVA.

    Definition Classes
    SequenceIntf
  6. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from BoolSequence toany2stringadd[BoolSequence] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def ->[B](y: B): (BoolSequence, B)
    Implicit
    This member is added by an implicit conversion from BoolSequence toArrowAssoc[BoolSequence] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def _andPropImpl(other: Property)(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Property
  10. def _andSeqImpl(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  11. def _clockImpl(clock: Clock)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    SequenceProperty
  12. def _concatImpl(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  13. def _delayAtLeastImpl(delay: Int)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  14. def _delayImpl(delay: Int = 1)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  15. def _delayRangeImpl(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  16. def _eventuallyImpl(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Property
  17. def _gotoRepeatImpl(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  18. def _impl_###(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  19. def _impl_##*(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  20. def _impl_##+(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  21. def _impl_|->(prop: Property)(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Sequence
  22. def _impl_|=>(prop: Property)(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Sequence
  23. def _implicationImpl(prop: Property)(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Sequence
  24. def _implicationNonOverlappingImpl(prop: Property)(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Sequence
  25. def _intersectPropImpl(other: Property)(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Property
  26. def _intersectSeqImpl(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  27. def _nonConsecutiveRepeatImpl(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  28. def _notImpl(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Property
  29. def _orPropImpl(other: Property)(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Property
  30. def _orSeqImpl(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  31. def _repeatAtLeastImpl(n: Int)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  32. def _repeatImpl(n: Int = 1)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  33. def _repeatRangeImpl(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  34. def _untilPropImpl(other: Property)(implicit sourceInfo: SourceInfo): Property
    Attributes
    protected
    Definition Classes
    Property
  35. def _untilSeqImpl(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence
    Attributes
    protected
    Definition Classes
    Sequence
  36. def and(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.and.

    See Sequence.and.

    Definition Classes
    SequenceIntf
  37. def and(other: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.and.

    See Property.and.

    Definition Classes
    PropertyIntf
  38. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  39. def clock(clock: Clock)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.clock.

    See Sequence.clock.

    Definition Classes
    SequenceIntf
  40. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  41. def concat(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.concat.

    See Sequence.concat.

    Definition Classes
    SequenceIntf
  42. def delay(delay: Int = 1)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.delay.

    See Sequence.delay.

    Definition Classes
    SequenceIntf
  43. def delayAtLeast(delay: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.delayAtLeast.

    See Sequence.delayAtLeast.

    Definition Classes
    SequenceIntf
  44. def delayRange(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.delayRange.

    See Sequence.delayRange.

    Definition Classes
    SequenceIntf
  45. def ensuring(cond: (BoolSequence) => Boolean, msg: => Any): BoolSequence
    Implicit
    This member is added by an implicit conversion from BoolSequence toEnsuring[BoolSequence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  46. def ensuring(cond: (BoolSequence) => Boolean): BoolSequence
    Implicit
    This member is added by an implicit conversion from BoolSequence toEnsuring[BoolSequence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  47. def ensuring(cond: Boolean, msg: => Any): BoolSequence
    Implicit
    This member is added by an implicit conversion from BoolSequence toEnsuring[BoolSequence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  48. def ensuring(cond: Boolean): BoolSequence
    Implicit
    This member is added by an implicit conversion from BoolSequence toEnsuring[BoolSequence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  49. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  51. def eventually(implicit sourceInfo: SourceInfo): Property

    See Property.eventually.

    See Property.eventually.

    Definition Classes
    PropertyIntf
  52. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  53. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  54. def gotoRepeat(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.gotoRepeat.

    See Sequence.gotoRepeat.

    Definition Classes
    SequenceIntf
  55. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  56. def implication(prop: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.implication.

    See Property.implication.

    Definition Classes
    SequenceIntf
  57. def implicationNonOverlapping(prop: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.implication.

    See Property.implication.

    Definition Classes
    SequenceIntf
  58. val inner: Bool

    The underlying Bool that is returned and accepted by the LTL intrinsics.

    The underlying Bool that is returned and accepted by the LTL intrinsics.

    Definition Classes
    BoolSequenceProperty
  59. def intersect(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.intersect.

    See Sequence.intersect.

    Definition Classes
    SequenceIntf
  60. def intersect(other: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.intersect.

    See Property.intersect.

    Definition Classes
    PropertyIntf
  61. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. def nonConsecutiveRepeat(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.nonConsecutiveRepeat.

    See Sequence.nonConsecutiveRepeat.

    Definition Classes
    SequenceIntf
  64. def not(implicit sourceInfo: SourceInfo): Property

    See Property.not.

    See Property.not.

    Definition Classes
    PropertyIntf
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. def or(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.or.

    See Sequence.or.

    Definition Classes
    SequenceIntf
  68. def or(other: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.or.

    See Property.or.

    Definition Classes
    PropertyIntf
  69. def repeat(n: Int = 1)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.repeat.

    See Sequence.repeat.

    Definition Classes
    SequenceIntf
  70. def repeatAtLeast(n: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.repeatAtLeast.

    See Sequence.repeatAtLeast.

    Definition Classes
    SequenceIntf
  71. def repeatRange(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.repeatRange.

    See Sequence.repeatRange.

    Definition Classes
    SequenceIntf
  72. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  73. def toString(): String
    Definition Classes
    AnyRef → Any
  74. def until(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.until.

    See Sequence.until.

    Definition Classes
    SequenceIntf
  75. def until(other: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.until.

    See Property.until.

    Definition Classes
    PropertyIntf
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  79. def |->(prop: Property)(implicit sourceInfo: SourceInfo): Property

    Equivalent to |-> in SVA.

    Equivalent to |-> in SVA.

    Definition Classes
    SequenceIntf
  80. def |=>(prop: Property)(implicit sourceInfo: SourceInfo): Property

    Equivalent to |=> in SVA.

    Equivalent to |=> in SVA.

    Definition Classes
    SequenceIntf

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BoolSequence toStringFormat[BoolSequence] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (BoolSequence, B)
    Implicit
    This member is added by an implicit conversion from BoolSequence toArrowAssoc[BoolSequence] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from SequenceAtom

Inherited from Sequence

Inherited from SequenceIntf

Inherited from Property

Inherited from PropertyIntf

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromBoolSequence to any2stringadd[BoolSequence]

Inherited by implicit conversion StringFormat fromBoolSequence to StringFormat[BoolSequence]

Inherited by implicit conversion Ensuring fromBoolSequence to Ensuring[BoolSequence]

Inherited by implicit conversion ArrowAssoc fromBoolSequence to ArrowAssoc[BoolSequence]

Ungrouped