[libre-riscv-dev] moved source code in soc repo

Luke Kenneth Casson Leighton lkcl at lkcl.net
Mon Mar 9 13:46:50 GMT 2020


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.



More information about the libre-riscv-dev mailing list