projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ae986
)
hdl.ast: fix typo.
author
whitequark
<cz@m-labs.hk>
Sat, 3 Aug 2019 13:21:09 +0000
(13:21 +0000)
committer
whitequark
<cz@m-labs.hk>
Sat, 3 Aug 2019 13:21:09 +0000
(13:21 +0000)
nmigen/hdl/ast.py
patch
|
blob
|
history
diff --git
a/nmigen/hdl/ast.py
b/nmigen/hdl/ast.py
index 68c3f102fa9b231c2b0a006fc70926a193caad7a..397f73820cce2a20c92ee610b35e68d78ffd3b6b 100644
(file)
--- a/
nmigen/hdl/ast.py
+++ b/
nmigen/hdl/ast.py
@@
-147,7
+147,7
@@
class Value(metaclass=ABCMeta):
return ~premise | conclusion
# TODO(nmigen-0.2): move this to nmigen.compat and make it a deprecated extension
- @deprecated("instead of `.part`, use `.bit_s
lip
`")
+ @deprecated("instead of `.part`, use `.bit_s
elect
`")
def part(self, offset, width):
return Part(self, offset, width, src_loc_at=1)