add links copyright and funding notice to svp64 chacha20 test
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 16 Sep 2023 09:56:59 +0000 (10:56 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 16 Sep 2023 09:57:07 +0000 (10:57 +0100)
src/openpower/decoder/isa/test_caller_svp64_chacha20.py

index 0a0feac1ef5c249addc677fed782cb1a22f47c4d..94131a43ab391621082ab64d49f427d6e859fa8d 100644 (file)
@@ -1,6 +1,12 @@
-"""SVP64 unit test for svindex
-svindex SVG,rmm,SVd,ew,yx,mm,sk
+"""Implementation of chacha20 core in SVP64
+Copyright (C) 2022,2023 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+Licensed under the LGPLv3+
+Funded by NLnet NGI-ASSURE under EU grant agreement No 957073.
+* https://nlnet.nl/project/LibreSOC-GigabitRouter/
+* https://bugs.libre-soc.org/show_bug.cgi?id=965
+* https://libre-soc.org/openpower/sv/cookbook/chacha20/
 """
+
 import unittest
 from copy import deepcopy