From: Luke Kenneth Casson Leighton Date: Sat, 21 Jul 2018 05:15:31 +0000 (+0100) Subject: comment out dedicated peripherals for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7fd58ad46274db6e30f1d55269ecb06e54934f8;p=pinmux.git comment out dedicated peripherals for now --- diff --git a/src/bsv/peripheral_gen.py b/src/bsv/peripheral_gen.py index a4cadb6..4019361 100644 --- a/src/bsv/peripheral_gen.py +++ b/src/bsv/peripheral_gen.py @@ -269,7 +269,7 @@ class qspi(PBase): ret.append(" // XXX NSS and CLK are hard-coded master") ret.append(" // TODO: must add qspi slave-mode") ret.append(" rule con_%s%d_io_in" % (name, count)) - ret.append(" {0}{1}.out.io_i(".format(name, count)) + ret.append(" {0}{1}.out.io_i({".format(name, count)) for p in self.peripheral.pinspecs: typ = p['type'] pname = p['name']