From 5feb19c98c1f107784227f74b2369d246c09a970 Mon Sep 17 00:00:00 2001 From: Tobias Platen Date: Mon, 25 May 2020 15:03:54 +0200 Subject: [PATCH] whitespace changes --- src/soc/experiment/l0_cache.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 = [] -- 2.30.2