chisel3.Bits
See theBits companion class
object Bits extends UIntFactory
Attributes
- Companion
- class
- Source
- Bits.scala
- Graph
-
- Supertypes
- Self type
-
Bits.type
Members list
Type members
Classlikes
implicit class ConnectableBitsDefault[T <: Bits](consumer: T) extends ConnectableBitsOperators[T]
Provides :%= for Bits (UInt/SInt)
Provides :%= for Bits (UInt/SInt)
Attributes
- Source
- Bits.scala
- Supertypes
-
class ConnectableBitsOperators[T]class ConnectableBitsOpExtension[T]class Objecttrait Matchableclass Any
Value members
Inherited methods
Create a UInt port with specified width.
Create a UInt port with specified width.
Attributes
- Inherited from:
- UIntFactory
- Source
- UIntFactory.scala
Create a UInt type with inferred width.
Create a UInt type with inferred width.
Attributes
- Inherited from:
- UIntFactory
- Source
- UIntFactory.scala
Implicits
Implicits
Provides :%= for Bits (UInt/SInt)
In this article