From d0f777e2b418bc4fcb76cb177984e518e1c9510b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 30 Nov 2023 15:26:00 +0000 Subject: [PATCH] bug 672: pospopcount, correct NGI Grant --- src/openpower/decoder/isa/test_caller_svp64_pospopcount.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py b/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py index 5aebce3b..b64e2810 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py +++ b/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py @@ -1,9 +1,9 @@ -"""Implementation of chacha20 core in SVP64 +"""Implementation of pospopcount 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. +Funded by NLnet NGI0-Entrust under EU grant agreement No 101069594. * https://nlnet.nl/project/LibreSOC-GigabitRouter/ -* https://bugs.libre-soc.org/show_bug.cgi?id=965 +* https://bugs.libre-soc.org/show_bug.cgi?id=672 * https://libre-soc.org/openpower/sv/cookbook/pospopcount/ """ -- 2.30.2