genlib.fifo: fix docstring section syntax

This commit is contained in:
Robert Jördens 2013-11-28 23:33:27 -07:00 committed by Sebastien Bourdeauducq
parent e1b31ec455
commit e469e5e539

View file

@ -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