From 4dc1ed8ab495a32a5363a9cacd87abf7487bbc39 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 31 May 2018 16:48:15 +0100 Subject: [PATCH] add comment for init fn --- src/bsv/actual_pinmux.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bsv/actual_pinmux.py b/src/bsv/actual_pinmux.py index 63cef9d..c382e7e 100644 --- a/src/bsv/actual_pinmux.py +++ b/src/bsv/actual_pinmux.py @@ -36,6 +36,10 @@ def transfn(temp): def init(p, ifaces): + """ generates the actual output pinmux for each io-cell. blank lines + need to output "0" to the iopad, if there is no entry in + that column. + """ p.pinmux = ' ' global dedicated_wire for cell in p.muxed_cells: -- 2.30.2