[Cryptech-Commits] [core/platform/novena] 01/01: add read/write-port version of block memories to build

git at cryptech.is git at cryptech.is
Thu May 28 08:37:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository core/platform/novena.

commit a0856d128b37b408f3e7d506758cf50013c3b11b
Author: Paul Selkirk <paul at psgd.org>
Date:   Thu May 28 04:35:13 2015 -0400

    add read/write-port version of block memories to build
---
 eim/build/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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 \



More information about the Commits mailing list