From: Tobias Platen Date: Fri, 22 May 2020 06:38:22 +0000 (+0200) Subject: fix ModuleNotFoundError X-Git-Tag: div_pipeline~958 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8dfcd710577e595421763660cce9165334d7b7fb;p=soc.git fix ModuleNotFoundError --- diff --git a/src/soc/experiment/compldst_multi.py b/src/soc/experiment/compldst_multi.py index ae33665c..6988c6f3 100644 --- a/src/soc/experiment/compldst_multi.py +++ b/src/soc/experiment/compldst_multi.py @@ -84,7 +84,7 @@ from soc.experiment.l0_cache import PortInterface from soc.experiment.testmem import TestMemory from soc.decoder.power_enums import InternalOp, Function -from fu.ldst.ldst_input_record import CompLDSTOpSubset +from soc.fu.ldst.ldst_input_record import CompLDSTOpSubset class LDSTCompUnitRecord(CompUnitRecord):