From c407f0f63fdcfdea08a56141661ee03414101aca Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 16 May 2023 16:58:22 +0100 Subject: [PATCH] mention it is ok to duplicate code in inorder.py --- src/openpower/cyclemodel/inorder.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/openpower/cyclemodel/inorder.py b/src/openpower/cyclemodel/inorder.py index b933a6db..f2a863b3 100644 --- a/src/openpower/cyclemodel/inorder.py +++ b/src/openpower/cyclemodel/inorder.py @@ -18,6 +18,9 @@ # should be bare-minimum practical demonstrations but also within this # file. # +# Duplication of code from other models in this series is perfectly +# acceptable in order to respect the self-sufficiency requirement. +# # Bugs: # # * https://bugs.libre-soc.org/show_bug.cgi?id=1039 -- 2.30.2