From a0856d128b37b408f3e7d506758cf50013c3b11b Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 28 May 2015 04:35:13 -0400 Subject: add read/write-port version of block memories to build --- eim/build/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eim') diff --git a/eim/build/Makefile b/eim/build/Makefile index aab8470..ba726c1 100644 --- a/eim/build/Makefile +++ b/eim/build/Makefile @@ -58,7 +58,9 @@ vfiles = \ ../../../../cipher/chacha/src/rtl/chacha_qr.v \ ../../../../math/modexp/src/rtl/adder32.v \ ../../../../math/modexp/src/rtl/blockmem1r1w.v \ + ../../../../math/modexp/src/rtl/blockmem2r1wptr.v \ ../../../../math/modexp/src/rtl/blockmem2r1w.v \ + ../../../../math/modexp/src/rtl/blockmem2rptr1w.v \ ../../../../math/modexp/src/rtl/modexp.v \ ../../../../math/modexp/src/rtl/montprod.v \ ../../../../math/modexp/src/rtl/residue.v \ -- cgit v1.2.3