From 2e6e26b546f77af698ade9e8aedf5e0e93ea8109 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Mon, 17 Apr 2023 11:49:25 +0200
Subject: [PATCH] Add crc 28, data 28 package.

---
 libraries/external/easics/hdllib.cfg | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libraries/external/easics/hdllib.cfg b/libraries/external/easics/hdllib.cfg
index d507bd6a5b..75ed2ad885 100644
--- a/libraries/external/easics/hdllib.cfg
+++ b/libraries/external/easics/hdllib.cfg
@@ -23,15 +23,18 @@ synth_files =
     src/vhdl/PCK_CRC32_D20.vhd
     src/vhdl/PCK_CRC32_D24.vhd
     src/vhdl/PCK_CRC32_D32.vhd
+    src/vhdl/PCK_CRC32_D32_eth.vhd
     src/vhdl/PCK_CRC32_D36.vhd
     src/vhdl/PCK_CRC32_D40.vhd
     src/vhdl/PCK_CRC32_D48.vhd
     src/vhdl/PCK_CRC32_D64.vhd
+    src/vhdl/PCK_CRC32_D64_eth.vhd
     src/vhdl/PCK_CRC32_D72.vhd
     src/vhdl/PCK_CRC32_D128.vhd
     src/vhdl/PCK_CRC32_D256.vhd
     src/vhdl/PCK_CRC32_D512.vhd
     src/vhdl/PCK_CRC32_D1024.vhd
+    src/vhdl/PCK_CRC28_D28.vhd
     src/vhdl/PCK_CRC16_D4.vhd
     src/vhdl/PCK_CRC16_D8.vhd
     src/vhdl/PCK_CRC16_D9.vhd
@@ -40,7 +43,11 @@ synth_files =
     src/vhdl/PCK_CRC16_D18.vhd
     src/vhdl/PCK_CRC16_D20.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_usb.vhd
+    src/vhdl/PCK_CRC16_D32_x25.vhd
     src/vhdl/PCK_CRC16_D36.vhd
     src/vhdl/PCK_CRC16_D48.vhd
     src/vhdl/PCK_CRC16_D64.vhd
-- 
GitLab