renaming params.py to parse.py. Adding checks on input
authorNeel <neelgala@gmail.com>
Tue, 13 Mar 2018 12:43:35 +0000 (18:13 +0530)
committerNeel <neelgala@gmail.com>
Tue, 13 Mar 2018 12:43:35 +0000 (18:13 +0530)
commit445782ffd34ed8dc35fc12319d5eb0aff1db535e
tree49066a3d1622fb321596a933fc8f67de656802e4
parent3ed631d20cecc92e32841f56d8f2879ab553d61c
renaming params.py to parse.py. Adding checks on input

See #3.

Added check to see if muxed lists and dedicated lists do not have any duplciates.  This can simulated by replacing uart1_tx to uart2_tx in pinmap.txt.
src/actual_pinmux.py
src/interface_decl.py
src/interface_def.py
src/params.py [deleted file]
src/parse.py [new file with mode: 0644]
src/pinmux_generator.py
src/wire_def.py