From: Luke Kenneth Casson Leighton Date: Thu, 26 Jul 2018 06:25:37 +0000 (+0100) Subject: big whitespace cleanup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5dc5662447afd9beeb456e6ab5b464ef8b243fd7;p=pinmux.git big whitespace cleanup --- diff --git a/src/bsv/bsv_lib/soc_template.bsv b/src/bsv/bsv_lib/soc_template.bsv index 56978c6..cd34d24 100644 --- a/src/bsv/bsv_lib/soc_template.bsv +++ b/src/bsv/bsv_lib/soc_template.bsv @@ -223,7 +223,7 @@ package Soc; flexbus.axi_side); `endif -// fabric connections + // fabric connections {5} `ifdef DMA diff --git a/src/bsv/peripheral_gen/base.py b/src/bsv/peripheral_gen/base.py index b1af594..8b9a469 100644 --- a/src/bsv/peripheral_gen/base.py +++ b/src/bsv/peripheral_gen/base.py @@ -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 = []