There is currently only an asynchronous reset input to restart the CRC computation. In a real application, there are many messages that needs their own CRC computation, so there must be a way to synchronously restart the CRC registers with the initial value. It is easy to add this manually, but it would be nice if there was a crc_clr (or similar) input already there.