maintaining distinct arrays for muxed and dedicated cells
authorNeel <neelgala@gmail.com>
Tue, 13 Mar 2018 11:13:11 +0000 (16:43 +0530)
committerNeel <neelgala@gmail.com>
Tue, 13 Mar 2018 11:13:11 +0000 (16:43 +0530)
commitc1bf184703c69c8b084b3f7c8c0e3de5a5c77bf8
tree3e7db323f04583b3cbef9130b182355a9ab6c278
parentb810d8d4e7fb0eb4f68b84692ce75c63bc016e64
maintaining distinct arrays for muxed and dedicated cells

This allows better structure of code and also handling muxed logic is decoupled from the dedicated pins. Cell mux methods only for muxed IOs is created.
Parsing of pinmap file now happens in params.py
see #1
pinmap.txt
src/actual_pinmux.py
src/interface_decl.py
src/interface_def.py
src/params.py
src/pinmux_generator.py
src/wire_def.py