projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b31ec
)
genlib.fifo: fix docstring section syntax
author
Robert Jördens
<jordens@gmail.com>
Fri, 29 Nov 2013 06:33:27 +0000
(23:33 -0700)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Fri, 29 Nov 2013 21:31:51 +0000
(22:31 +0100)
migen/genlib/fifo.py
patch
|
blob
|
history
diff --git
a/migen/genlib/fifo.py
b/migen/genlib/fifo.py
index 308eb5fc23b5be6abca36a0dc8dfe37c38272bb1..b9769d8e24afc3dbab69f5857ccebdbc689a59fe 100644
(file)
--- a/
migen/genlib/fifo.py
+++ b/
migen/genlib/fifo.py
@@
-20,14
+20,14
@@
class _FIFOInterface:
also appears first on the output.
Parameters
- ==========
+ ----------
width_or_layout : int, layout
Bit width or `Record` layout for the data.
depth : int
Depth of the FIFO.
Attributes
- ==========
+ ----------
din : in, width_or_layout
Input data either flat or Record structured.
writable : out