From 80205a9ff9a8b4da93aa74d7b73f16832682384a Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 10 Jun 2015 12:17:19 -0400 Subject: add modexp_core.v to build --- eim/build/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3