From: Robert Jördens Date: Fri, 29 Nov 2013 06:33:27 +0000 (-0700) Subject: genlib.fifo: fix docstring section syntax X-Git-Tag: 24jan2021_ls180~2099^2~429 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e469e5e539d2dc5bd1453baf49cb51f26ba0fef6;p=litex.git genlib.fifo: fix docstring section syntax --- diff --git a/migen/genlib/fifo.py b/migen/genlib/fifo.py index 308eb5fc..b9769d8e 100644 --- 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