switch to using Signal.width instead of Signal.shape()[0] since Shape isn't a tuple...
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 10 Jul 2020 00:21:37 +0000 (17:21 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 10 Jul 2020 00:21:37 +0000 (17:21 -0700)
commitcaceb716e9417ed8731ef08b7b260a4c077186b2
treea96b95dcda1632bda03f07b5e880fc90fc34b89e
parent942b7c89fabab122da8f22a09877c213a60c4914
switch to using Signal.width instead of Signal.shape()[0] since Shape isn't a tuple anymore

see https://github.com/nmigen/nmigen/pull/422
src/soc/decoder/power_fieldsn.py