chisel3.util.random.FibonacciLFSR
See theFibonacciLFSR companion class
object FibonacciLFSR
Utility for generating a pseudorandom UInt from a FibonacciLFSR.
For example, to generate a pseudorandom 8-bit UInt that changes every cycle, you can use:
val pseudoRandomNumber = FibonacciLFSR.maxPeriod(8)
Attributes
- Companion
- class
- Source
- FibonacciLFSR.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FibonacciLFSR.type
Members list
In this article