projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71c9885
)
fix failure to import alu_hier
author
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 21 Apr 2020 04:51:27 +0000
(21:51 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 21 Apr 2020 04:51:27 +0000
(21:51 -0700)
src/soc/experiment/compldst.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/compldst.py
b/src/soc/experiment/compldst.py
index db813605eeadba40d81990154fd5ffa035ca8dde..e049e042c11045769e1363516c2e287ec10e1c95 100644
(file)
--- a/
src/soc/experiment/compldst.py
+++ b/
src/soc/experiment/compldst.py
@@
-27,7
+27,7
@@
from nmutil.latch import SRLatch, latchregister
from soc.experiment.testmem import TestMemory
from soc.decoder.power_enums import InternalOp
-from alu_hier import CompALUOpSubset
+from
.
alu_hier import CompALUOpSubset
# internal opcodes. hypothetically this could do more combinations.