From: Luke Kenneth Casson Leighton Date: Tue, 28 Jun 2022 10:42:16 +0000 (+0100) Subject: whoops, reading pad bankwidths (mux widths) not bank sizes X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=6235ec0c2ad64f93230ccfba46b98000222622d4 whoops, reading pad bankwidths (mux widths) not bank sizes --- diff --git a/src/jsoncreate.py b/src/jsoncreate.py index 86a92f6..ea445e8 100644 --- a/src/jsoncreate.py +++ b/src/jsoncreate.py @@ -13,7 +13,7 @@ def pinparse(psp, pinspec): print ("muxed cell banks", p.muxed_cells_bank) pads = {} - for pname, psize in p.bankwidths.items(): + for pname, psize in p.banksize.items(): print ("pad name,size", pname, psize) pads[pname] = [''] * psize