From: Michael Nolan Date: Sun, 5 Apr 2020 19:17:58 +0000 (-0400) Subject: Fix bug 281 X-Git-Tag: div_pipeline~1466 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=f97a54ab41be7ba708603b157491e8aa492aa84d Fix bug 281 --- diff --git a/src/soc/decoder/isa/test_caller.py b/src/soc/decoder/isa/test_caller.py index d0a97df6..bcc9a551 100644 --- a/src/soc/decoder/isa/test_caller.py +++ b/src/soc/decoder/isa/test_caller.py @@ -9,7 +9,7 @@ from soc.simulator.program import Program from soc.decoder.isa.caller import ISACaller, inject from soc.decoder.selectable_int import SelectableInt from soc.decoder.orderedset import OrderedSet -from soc.decoder.isa import ISA +from soc.decoder.isa.all import ISA class Register: