add grant links, and record of funding under #538
[nmutil.git] / src / nmutil / clz.py
index cbf3397037e27a2e4c7c86d7dfa45bd4a7bdc266..2fda8c2b578a5a335cc33bcdca5fac3083c4d483 100644 (file)
@@ -3,6 +3,11 @@ import math
 """ This module is much more efficient than PriorityEncoder
     although it is functionally identical.
     see https://bugs.libre-soc.org/show_bug.cgi?id=326
+
+    This work is funded through NLnet under Grant 2019-02-012
+
+    License: LGPLv3+
+
 """
 
 class CLZ(Elaboratable):