6 lines
87 B
VHDL
6 lines
87 B
VHDL
PACKAGE utils IS
|
|
|
|
function requiredBitNb (val : integer) return integer;
|
|
|
|
END utils;
|