From f8f7b525146f1100c48a4d74b79c50811638690e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 9 Nov 2021 12:50:32 +0000 Subject: [PATCH] comments --- src/soc/simple/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2