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.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue