comments
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 9 Nov 2021 12:50:32 +0000 (12:50 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 9 Nov 2021 12:50:32 +0000 (12:50 +0000)
src/soc/simple/core.py

index 8b4c9c43865b5539d9dfe64ab9dcd381482876b0..3d57bce7c5595c9f7894ae738fa18a8f84b5c1c0 100644 (file)
@@ -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)