mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
genlib.fifo: fix docstring section syntax
This commit is contained in:
parent
e1b31ec455
commit
e469e5e539
1 changed files with 2 additions and 2 deletions
|
@ -20,14 +20,14 @@ class _FIFOInterface:
|
||||||
also appears first on the output.
|
also appears first on the output.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
==========
|
----------
|
||||||
width_or_layout : int, layout
|
width_or_layout : int, layout
|
||||||
Bit width or `Record` layout for the data.
|
Bit width or `Record` layout for the data.
|
||||||
depth : int
|
depth : int
|
||||||
Depth of the FIFO.
|
Depth of the FIFO.
|
||||||
|
|
||||||
Attributes
|
Attributes
|
||||||
==========
|
----------
|
||||||
din : in, width_or_layout
|
din : in, width_or_layout
|
||||||
Input data either flat or Record structured.
|
Input data either flat or Record structured.
|
||||||
writable : out
|
writable : out
|
||||||
|
|
Loading…
Reference in a new issue