Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 439 Bytes

RNG

Features

  • Internal 32-bit LSFR implemented with max sequence
  • 32-bit programmable seed register
  • Generate one random number per cycle
  • Static synchronous design
  • Full synthesizable

FULL vision of datatsheet can be found in datasheet.md.

Build and Test

make comp    # compile code with vcs
make run     # compile and run test with vcs
make wave    # open fsdb format waveform with verdi