From f868830915cfd40fefec7393b73db45bf4dfbbf1 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 7 Jun 2021 15:08:39 -0400 Subject: Add sha3 core --- config/core.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3