Tommydag / CAN-Bus-Controller

An CAN bus Controller implemented in Verilog
MIT License
38 stars 25 forks source link

CRC Implementation #1

Open Tommydag opened 9 years ago

Tommydag commented 9 years ago

Need to implement CRC which is 15 bits long using the polynomial: x15+ x14+ x10+ x8+ x7+ x4+ x3+ 1

Tommydag commented 9 years ago

Implement RX portion of CAN bus