projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253393e
)
comments
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 9 Nov 2021 12:50:32 +0000
(12:50 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 9 Nov 2021 12:50:32 +0000
(12:50 +0000)
src/soc/simple/core.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/core.py
b/src/soc/simple/core.py
index 8b4c9c43865b5539d9dfe64ab9dcd381482876b0..3d57bce7c5595c9f7894ae738fa18a8f84b5c1c0 100644
(file)
--- 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)