projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeed18a
)
missed en_o on list of ports in PriorityPicker
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 21 Jul 2020 11:20:28 +0000
(12:20 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 22 Jul 2020 14:42:02 +0000
(15:42 +0100)
src/nmutil/picker.py
patch
|
blob
|
history
diff --git
a/src/nmutil/picker.py
b/src/nmutil/picker.py
index 0b571abd09ae4bd6260c2bf162c6ce4bf41af04c..7bfee31412970f037dbbbf26c5db370ddbfe3419 100644
(file)
--- a/
src/nmutil/picker.py
+++ b/
src/nmutil/picker.py
@@
-59,6
+59,7
@@
class PriorityPicker(Elaboratable):
def __iter__(self):
yield self.i
yield self.o
+ yield self.en_o
def ports(self):
return list(self)