aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2021-06-07 15:08:39 -0400
committerPaul Selkirk <paul@psgd.org>2021-06-07 15:08:39 -0400
commitf868830915cfd40fefec7393b73db45bf4dfbbf1 (patch)
treeba734edaefde719591438f4f47648556983fef84
parent1fe85fdc5a607e4c7b7fee4964609d1e2c7a7d75 (diff)
Add sha3 core
-rw-r--r--config/core.cfg10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/core.cfg b/config/core.cfg
index 64f9baa..9b2d3d3 100644
--- a/config/core.cfg
+++ b/config/core.cfg
@@ -63,7 +63,7 @@ cores =
[project hash]
# for testing just the SHA cores
-cores = sha1 sha256 sha512
+cores = sha1 sha256 sha512 sha3
[project trng]
# for testing just the True Random Number Generator
@@ -139,6 +139,14 @@ vfiles =
hash/sha512/src/rtl/sha512_k_constants.v
hash/sha512/src/rtl/sha512_w_mem.v
+[core sha3]
+module name = sha3_wrapper
+reset name = rst_n
+error wire = no
+vfiles =
+ hash/sha3/src/rtl/sha3_wrapper.v
+ hash/sha3/src/rtl/sha3.v
+
[core trng]
requires = chacha sha512
core blocks = 16