aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2015-05-28 04:35:13 -0400
committerPaul Selkirk <paul@psgd.org>2015-05-28 04:35:13 -0400
commita0856d128b37b408f3e7d506758cf50013c3b11b (patch)
tree0ea102e4b89f344011f0d7a75ba039cb998e9bf3
parente4af8f2f720399b7e6191e9dcc6452b1f15e35eb (diff)
add read/write-port version of block memories to build
-rw-r--r--eim/build/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \