Fix bug 281
authorMichael Nolan <mtnolan2640@gmail.com>
Sun, 5 Apr 2020 19:17:58 +0000 (15:17 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Sun, 5 Apr 2020 19:18:20 +0000 (15:18 -0400)
src/soc/decoder/isa/test_caller.py

index d0a97df64bb2fdbabf873274f2339caf30d879c7..bcc9a551eaca3ec89e41a76dd14cf2c73d31963e 100644 (file)
@@ -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: