diff --git a/migen/genlib/fifo.py b/migen/genlib/fifo.py index 308eb5fc2..b9769d8e2 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