anoperson
Newbie level 4
- Joined
- Jan 3, 2014
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 43
modbus crc-16 parallel implementation in vhdl for rtu
Hi I want to implement parallel crc calculation for modbus(rtu protocol) in vhdl (not by using serial process or loops).
Free CRC tools like output logic or easics do not give correct logic for modbus as they use CRC-16ccit.Even with modbus polynomial they give incorrect output.
Lookup table can be used for parallel implementation however it is difficult in vhdl.
Can anyone help me with the parallel equations?
Hi I want to implement parallel crc calculation for modbus(rtu protocol) in vhdl (not by using serial process or loops).
Free CRC tools like output logic or easics do not give correct logic for modbus as they use CRC-16ccit.Even with modbus polynomial they give incorrect output.
Lookup table can be used for parallel implementation however it is difficult in vhdl.
Can anyone help me with the parallel equations?