projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9799b4
)
hdl.ast: fix typo
author
Robin Ole Heinemann
<robin.ole.heinemann@t-online.de>
Sun, 24 May 2020 15:54:17 +0000
(17:54 +0200)
committer
whitequark
<whitequark@whitequark.org>
Sun, 24 May 2020 16:56:15 +0000
(16:56 +0000)
nmigen/hdl/ast.py
patch
|
blob
|
history
diff --git
a/nmigen/hdl/ast.py
b/nmigen/hdl/ast.py
index 39093e7c2a4794ac0c5ef38c78aceb394d755a8b..558e018c829e22c7a2640bab4d9e34103e5c23df 100644
(file)
--- a/
nmigen/hdl/ast.py
+++ b/
nmigen/hdl/ast.py
@@
-330,7
+330,7
@@
class Value(metaclass=ABCMeta):
Parameters
----------
- offset : Value, in
+ offset : Value, in
t
Index of first selected bit.
width : int
Number of selected bits.
@@
-353,7
+353,7
@@
class Value(metaclass=ABCMeta):
Parameters
----------
- offset : Value, in
+ offset : Value, in
t
Index of first selected word.
width : int
Number of selected bits.