Fill
chisel3.util.Fill
object Fill
Create repetitions of the input using a tree fanout topology.
Attributes
- Example
-
Fill(2, "b1000".U) // equivalent to "b1000 1000".U Fill(2, "b1001".U) // equivalent to "b1001 1001".U Fill(2, myUIntWire) // dynamic fill - Source
- Bitwise.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Fill.type
Members list
In this article