From dec87de391e10ce68734647810912ef7ec5d0433 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 16 Sep 2023 10:56:59 +0100 Subject: [PATCH] add links copyright and funding notice to svp64 chacha20 test --- .../decoder/isa/test_caller_svp64_chacha20.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 2.30.2