Hi,
I've included the crc module to my system. However when the module calculates the CRC, it releases me a 16 bit number instead of a 32 bit crc.
One of the constraints of my proyect is that I have to calculate and add to the data sequence a 32 bit crc. Can I do this with this core?
Yes, you can. If you set the polynomial generic to a 32bit vector, the output CRC will be 32bit, independent of the input data width.
rgds
Geir