Use len(sig) instead of sig.shape()[0]
authorCesar Strauss <cestrauss@gmail.com>
Sun, 10 Jan 2021 17:47:26 +0000 (14:47 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sun, 10 Jan 2021 17:47:26 +0000 (14:47 -0300)
commit94ef0c14aa77ee0f99b3f9fa6b782adb9e051c1a
tree4da1843ac88005a30f142e7a31612b5888834851
parentce423cf8cdef107d41134b4b6accb0e976e5dec2
Use len(sig) instead of sig.shape()[0]

In latest nMigen, Shape is no longer a tuple. On the other hand,
len(sig) worked since the last stable nMigen release, so it should not
break for anyone.
src/ieee754/part/partsig.py
src/ieee754/part_mul_add/partpoints.py
src/ieee754/part_mux/part_mux.py
src/ieee754/part_shift/part_shift_dynamic.py