1
0

Initial commit

This commit is contained in:
2024-03-22 13:16:48 +01:00
commit 8b2f630f7b
499 changed files with 87136 additions and 0 deletions

5
VHD/hdl/utils_pkg.vhd Normal file
View File

@@ -0,0 +1,5 @@
PACKAGE utils IS
function requiredBitNb (val : integer) return integer;
END utils;