big whitespace cleanup
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 26 Jul 2018 06:25:37 +0000 (07:25 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 26 Jul 2018 06:25:37 +0000 (07:25 +0100)
src/bsv/bsv_lib/soc_template.bsv
src/bsv/peripheral_gen/base.py

index 56978c647adb66dcc33864a5688384d3390051e5..cd34d2474135a1e625055850962af277abbeec41 100644 (file)
@@ -223,7 +223,7 @@ package Soc;
                               flexbus.axi_side);
             `endif
 
-// fabric connections
+            // fabric connections
 {5}
 
             `ifdef DMA
index b1af594e282ab6892b65c7bcd988e551d6abbdf9..8b9a469af6c55c2614634aaf85a3f6b8d20898be 100644 (file)
@@ -576,7 +576,7 @@ class PeripheralInterfaces(object):
                     print "txt", txt
                     print self.data[name].mk_connection
                 ret.append(txt)
-        return '\n'.join(li(list(filter(None, ret)), 4))
+        return '\n'.join(li(list(filter(None, ret)), 12))
 
     def mk_connection(self, *args):
         ret = []