Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 839 Bytes

File metadata and controls

22 lines (15 loc) · 839 Bytes

How it works

This design takes a bit every clock cycles and evaluates if the bit source is random. This particular test is the Monobit test from NIST 800.22. The output is given every 65536 cycles. The is_random signal is to be checked only when the valid signal is high.

How to test

Provide Clock and input bit.

External hardware

Non for now. Planning to add soon

How to use

send one bit per clock cycle to the epsilon port. check is_random when valid is high. The design evaluates every 65536 bits.