projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc9acc
)
Fix bug 281
author
Michael Nolan
<mtnolan2640@gmail.com>
Sun, 5 Apr 2020 19:17:58 +0000
(15:17 -0400)
committer
Michael Nolan
<mtnolan2640@gmail.com>
Sun, 5 Apr 2020 19:18:20 +0000
(15:18 -0400)
src/soc/decoder/isa/test_caller.py
patch
|
blob
|
history
diff --git
a/src/soc/decoder/isa/test_caller.py
b/src/soc/decoder/isa/test_caller.py
index d0a97df64bb2fdbabf873274f2339caf30d879c7..bcc9a551eaca3ec89e41a76dd14cf2c73d31963e 100644
(file)
--- 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: