the structure of the soc git repo was all "top-level": from scoreboard import x i've git mv'd everything into soc/ so it needs to now be: from soc.scoreboard import x from soc.decode.power_decoder2 import y l.