This page describes a means of generating random patterns by the use of a linear feedback shift register LFSR. LFSR can generate pseudo-random bit patterns, and are often used in self-test circuits. In this example, we use an LFSR to trigger a rule condition in a probabilistic manner.
... Other LFSR library functions are described in the BSV Reference Manual |
Learning BSV > Advanced Bluespec >