diff options
author | Paul Selkirk <paul@psgd.org> | 2015-05-28 04:35:13 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-05-28 04:35:13 -0400 |
commit | a0856d128b37b408f3e7d506758cf50013c3b11b (patch) | |
tree | 0ea102e4b89f344011f0d7a75ba039cb998e9bf3 /eim/build | |
parent | e4af8f2f720399b7e6191e9dcc6452b1f15e35eb (diff) |
add read/write-port version of block memories to build
Diffstat (limited to 'eim/build')
-rw-r--r-- | eim/build/Makefile | 2 |
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 \ |