Skip to content

TableBasedRegister

Bases: BasicRegister

Lookup table based crc register.

Info

This register type will be much faster than a simple bit by bit based crc register like Register.

__init__(configuration)

Creates a new table based crc register.

Parameters:

Name Type Description Default
configuration Configuration

used for the crc algorithm.

required
Attention

Creating a table based register initially might take some extra time, due to the fact that some lookup tables need to be calculated/initialized.