From: Luke Kenneth Casson Leighton Date: Tue, 16 May 2023 15:58:22 +0000 (+0100) Subject: mention it is ok to duplicate code in inorder.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c407f0f63fdcfdea08a56141661ee03414101aca;p=openpower-isa.git mention it is ok to duplicate code in inorder.py --- 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