From: Luke Kenneth Casson Leighton Date: Tue, 9 Nov 2021 12:50:32 +0000 (+0000) Subject: comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8f7b525146f1100c48a4d74b79c50811638690e;p=soc.git comments --- diff --git a/src/soc/simple/core.py b/src/soc/simple/core.py index 8b4c9c43..3d57bce7 100644 --- a/src/soc/simple/core.py +++ b/src/soc/simple/core.py @@ -300,7 +300,7 @@ class NonProductionCore(ControlBase): if member.value & fnunit: # this FU handles this type of op by_fnunit[fname].append(fu) # add FU to list, by FU name - # ok now just print out the FUs because we can + # ok now just print out the list of FUs by Function, because we can for fname, fu_list in by_fnunit.items(): print ("FUs by type", fname, fu_list)