From: Jeff H. <Je...@Je...> - 2023-02-09 20:31:46
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>I have pushed a new <b>CRC</b> stage, with documentation and tests.</p> <p>For now, it supports only CRC-32. It does use both primary and secondary outputs as CMS.<br> </p> <p><font face="monospace"> +------------------------------+ +--CRC-32----------+<br> >>--CRC--v-+--------------------------+-+--+------------------+--><<br> +--APPEND------------------+ +--CRC-16-(1)------+<br> +--Each--+---------------+-+ +--CRC-16I-(1)-----+<br> | +--CRCFIRST-(1)-+ | +--CCITT-16-(1)----+<br> +--ADDLENgth-(1)-----------+ +--CKSUM-(1)-------+<br> +--| Custom (1) |--+<br> <br> Custom: (1)<br> +--------------------------+<br> |--+--16-BIT--+--hexString--v-+----------------------+-+--|<br> +--32-BIT--+ +--ADDLENgth-----------+<br> +--COMPLEMENT----------+<br> +--PRELOAD--hexString--+<br> +--REFLIN--------------+<br> +--REFLOUT-------------+<br> +--XOROUT--hexString---+<br> <br> Notes:<br> (1) CMS Pipelines only; not yet in NetRexx Pipelines.<br> <br> */ <br> </font></p> <p>Jeff<font face="monospace"><br> </font></p> <p><font face="monospace"> </font><br> </p> </body> </html> |