From: Tobias Platen Date: Mon, 25 May 2020 13:03:54 +0000 (+0200) Subject: whitespace changes X-Git-Tag: div_pipeline~846 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5feb19c98c1f107784227f74b2369d246c09a970;p=soc.git whitespace changes --- diff --git a/src/soc/experiment/l0_cache.py b/src/soc/experiment/l0_cache.py index a1381630..eb4435ab 100644 --- a/src/soc/experiment/l0_cache.py +++ b/src/soc/experiment/l0_cache.py @@ -155,9 +155,11 @@ class DataMerger(Elaboratable): def __init__(self, array_size): """ - :addr_array_i: an NxN Array of Signals with bits set indicating address match + :addr_array_i: an NxN Array of + Signals with bits set indicating address match :data_i: an Nx Array of Records {data: 128 bit, byte_enable: 16 bit} - :data_o: an Output Record of same type {data: 128 bit, byte_enable: 16 bit} + :data_o: an Output Record of same type + {data: 128 bit, byte_enable: 16 bit} """ self.array_size = array_size ul = []