From: Luke Kenneth Casson Leighton Date: Sat, 16 Sep 2023 09:56:59 +0000 (+0100) Subject: add links copyright and funding notice to svp64 chacha20 test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dec87de391e10ce68734647810912ef7ec5d0433;p=openpower-isa.git add links copyright and funding notice to svp64 chacha20 test --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_chacha20.py b/src/openpower/decoder/isa/test_caller_svp64_chacha20.py index 0a0feac1..94131a43 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_chacha20.py +++ b/src/openpower/decoder/isa/test_caller_svp64_chacha20.py @@ -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 +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