Skip to content
Snippets Groups Projects
Commit 2e6e26b5 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add crc 28, data 28 package.

parent c9dfeffb
No related branches found
No related tags found
1 merge request!324Resolve L2SDP-18
...@@ -23,15 +23,18 @@ synth_files = ...@@ -23,15 +23,18 @@ synth_files =
src/vhdl/PCK_CRC32_D20.vhd src/vhdl/PCK_CRC32_D20.vhd
src/vhdl/PCK_CRC32_D24.vhd src/vhdl/PCK_CRC32_D24.vhd
src/vhdl/PCK_CRC32_D32.vhd src/vhdl/PCK_CRC32_D32.vhd
src/vhdl/PCK_CRC32_D32_eth.vhd
src/vhdl/PCK_CRC32_D36.vhd src/vhdl/PCK_CRC32_D36.vhd
src/vhdl/PCK_CRC32_D40.vhd src/vhdl/PCK_CRC32_D40.vhd
src/vhdl/PCK_CRC32_D48.vhd src/vhdl/PCK_CRC32_D48.vhd
src/vhdl/PCK_CRC32_D64.vhd src/vhdl/PCK_CRC32_D64.vhd
src/vhdl/PCK_CRC32_D64_eth.vhd
src/vhdl/PCK_CRC32_D72.vhd src/vhdl/PCK_CRC32_D72.vhd
src/vhdl/PCK_CRC32_D128.vhd src/vhdl/PCK_CRC32_D128.vhd
src/vhdl/PCK_CRC32_D256.vhd src/vhdl/PCK_CRC32_D256.vhd
src/vhdl/PCK_CRC32_D512.vhd src/vhdl/PCK_CRC32_D512.vhd
src/vhdl/PCK_CRC32_D1024.vhd src/vhdl/PCK_CRC32_D1024.vhd
src/vhdl/PCK_CRC28_D28.vhd
src/vhdl/PCK_CRC16_D4.vhd src/vhdl/PCK_CRC16_D4.vhd
src/vhdl/PCK_CRC16_D8.vhd src/vhdl/PCK_CRC16_D8.vhd
src/vhdl/PCK_CRC16_D9.vhd src/vhdl/PCK_CRC16_D9.vhd
...@@ -40,7 +43,11 @@ synth_files = ...@@ -40,7 +43,11 @@ synth_files =
src/vhdl/PCK_CRC16_D18.vhd src/vhdl/PCK_CRC16_D18.vhd
src/vhdl/PCK_CRC16_D20.vhd src/vhdl/PCK_CRC16_D20.vhd
src/vhdl/PCK_CRC16_D24.vhd src/vhdl/PCK_CRC16_D24.vhd
src/vhdl/PCK_CRC16_D28.vhd
src/vhdl/PCK_CRC16_D28_usb.vhd
src/vhdl/PCK_CRC16_D32.vhd src/vhdl/PCK_CRC16_D32.vhd
src/vhdl/PCK_CRC16_D32_usb.vhd
src/vhdl/PCK_CRC16_D32_x25.vhd
src/vhdl/PCK_CRC16_D36.vhd src/vhdl/PCK_CRC16_D36.vhd
src/vhdl/PCK_CRC16_D48.vhd src/vhdl/PCK_CRC16_D48.vhd
src/vhdl/PCK_CRC16_D64.vhd src/vhdl/PCK_CRC16_D64.vhd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment