implicit class Axi4StreamRich extends AnyRef
- Alphabetic
- By Inheritance
- Axi4StreamRich
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Axi4StreamRich(stream: Stream[Axi4StreamBundle])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getDestFlow(): Flow[UInt]
Results a Flow of TDEST.
Results a Flow of TDEST. To be used with toStream functions.
- returns
Flow of Axi4Stream TDEST field
-
def
getIdFlow(): Flow[UInt]
Results a Flow of TID.
Results a Flow of TID. To be used with toStream functions.
- returns
Flow of Axi4Stream TID field
-
def
getUserFlow(): Flow[Bits]
Results a Flow of TUSER.
Results a Flow of TUSER. To be used with toStream functions.
- returns
Flow of Axi4Stream TUSER field
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastFire: Bool
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toBitStream(): Stream[Bits]
Converts the Axi4Stream into a Stream of bits.
Converts the Axi4Stream into a Stream of bits. Does not support TSTRB or TKEEP. Will only convert continuous and aligned streams. If TLAST was present it will be dropped. Consider toStreamFragment
- returns
Stream of bits
-
def
toBitStreamFragment(): Stream[Fragment[Bits]]
Converts the Axi4Stream into a Stream Fragment of bits.
Converts the Axi4Stream into a Stream Fragment of bits. Does not support TSTRB or TKEEP. Will only convert continuous and aligned streams.
- returns
Stream of bits
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated