Implement first draft of CRC core

This commit is contained in:
2022-09-05 20:46:43 +02:00
parent 9ee80cc8f7
commit 8f19470db3
8 changed files with 362 additions and 47 deletions

View File

@@ -9,6 +9,7 @@ set (CFILES
main.c
version.c
named_crcs.c
crc.c
)
set(GEN_HEADER_PATH "${CMAKE_CURRENT_BINARY_DIR}/include/generated")