From: Luke Kenneth Casson Leighton Date: Fri, 17 Apr 2020 10:32:37 +0000 (+0100) Subject: not using relative imports (pain in the neck) X-Git-Tag: div_pipeline~1432^2~9 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f91cc378e4919ce99cae8d0ca3519e313147a898;p=soc.git not using relative imports (pain in the neck) --- diff --git a/src/soc/experiment/compalu.py b/src/soc/experiment/compalu.py index f3952413..0cc26515 100644 --- a/src/soc/experiment/compalu.py +++ b/src/soc/experiment/compalu.py @@ -6,7 +6,7 @@ from nmutil.latch import SRLatch, latchregister from soc.decoder.power_decoder2 import Data from soc.decoder.power_enums import InternalOp -from .alu_hier import CompALUOpSubset +from soc.experiment.alu_hier import CompALUOpSubset """ Computation Unit (aka "ALU Manager").