Forum Discussion
Altera_Forum
Honored Contributor
15 years agoVerilog - Digital Design Help!!!
I am working on a de-serial Design IP module, and I have to collect information into a single register containing Header + Message + CRC. I am receiving serial data which will bean header of 8 bits a...
Altera_Forum
Honored Contributor
15 years agoDoes it need to be stored as a wide register? Normally you just deserialize the packet into memory and parse the data out from there.