chisel3.util.random.LFSR
See theLFSR companion trait
object LFSR
Utilities related to psuedorandom number generation using Linear Feedback Shift Registers (LFSRs).
For example, to generate a pseudorandom 16-bit UInt that changes every cycle, you can use:
val pseudoRandomNumber = LFSR(16)
Attributes
- Companion
- trait
- Source
- LFSR.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LFSR.type
Members list
In this article