The pseudo-random bit tester allows testing digital IO by outputting a pseudo-random bit stream and comparing with an input bit stream.
Fields¶
| Name | Type | Description |
|---|---|---|
| ENABLE | bit_mux | Enable bit tester |
| TRIG | bit_mux | On rising-edge, last input and output bits are compared and a new bit produced |
| OUTPUT | bit_out | Output bit stream |
| INPUT | bit_mux | Input bit stream |
| ERRORS | read uint | Number of discrepancies between output and input |