diff options
-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 \ |