projects
/
nmigen-gf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff03679
)
fix after move
author
Jacob Lifshay
<programmerjake@gmail.com>
Mon, 4 Apr 2022 05:46:31 +0000
(22:46 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Mon, 4 Apr 2022 05:46:31 +0000
(22:46 -0700)
src/nmigen_gf/hdl/test/test_clmul.py
patch
|
blob
|
history
diff --git
a/src/nmigen_gf/hdl/test/test_clmul.py
b/src/nmigen_gf/hdl/test/test_clmul.py
index ed39fedf32a5b595997e44ea9dbb8fccd5898186..dc0e6fd149758416762ff668a25b3e9067562c97 100644
(file)
--- a/
src/nmigen_gf/hdl/test/test_clmul.py
+++ b/
src/nmigen_gf/hdl/test/test_clmul.py
@@
-12,7
+12,7
@@
from nmigen.hdl.ast import (AnyConst, Assert, Signal, Const, unsigned, signed,
from nmigen.hdl.dsl import Module
from nmutil.formaltest import FHDLTestCase
from nmigen_gf.reference.clmul import clmul
-from nm
uti
l.clmul import BitwiseXorReduce, CLMulAdd
+from nm
igen_gf.hd
l.clmul import BitwiseXorReduce, CLMulAdd
from nmigen.sim import Delay
from nmutil.sim_util import do_sim, hash_256