diff options
author | Paul Selkirk <paul@psgd.org> | 2015-06-10 12:17:19 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-06-10 12:17:19 -0400 |
commit | 80205a9ff9a8b4da93aa74d7b73f16832682384a (patch) | |
tree | b395dbb0e97e7979f289da8aa0418d2a5ca1649a /eim/build | |
parent | 25113f6887936bde1dcd091c5db4d317c9ea25aa (diff) |
add modexp_core.v to build
Diffstat (limited to 'eim/build')
-rw-r--r-- | eim/build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eim/build/Makefile b/eim/build/Makefile index ba726c1..7bb4ffd 100644 --- a/eim/build/Makefile +++ b/eim/build/Makefile @@ -62,6 +62,7 @@ vfiles = \ ../../../../math/modexp/src/rtl/blockmem2r1w.v \ ../../../../math/modexp/src/rtl/blockmem2rptr1w.v \ ../../../../math/modexp/src/rtl/modexp.v \ + ../../../../math/modexp/src/rtl/modexp_core.v \ ../../../../math/modexp/src/rtl/montprod.v \ ../../../../math/modexp/src/rtl/residue.v \ ../../../../math/modexp/src/rtl/shl32.v \ |