From 2f4a3aaf057b21a830112461d77bd4717ac41737 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 17 May 2016 17:47:03 +0200 Subject: add the new mkmif core --- config/config.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/config.cfg') diff --git a/config/config.cfg b/config/config.cfg index 337ebe5..d3834d6 100644 --- a/config/config.cfg +++ b/config/config.cfg @@ -44,6 +44,9 @@ cores = modexps6 [rsa] cores = sha256 aes trng modexps6 +[mkmif] +cores = mkmif + # include multiple of the same core [multi-test] cores = sha256 aes aes chacha aes @@ -128,3 +131,10 @@ vfiles = math/modexp/src/rtl/residue.v math/modexp/src/rtl/shl.v math/modexp/src/rtl/shr.v + +[mkmif] +error_wire = no +vfiles = + util/mkmif/src/rtl/mkmif.v + util/mkmif/src/rtl/mkmif_core.v + util/mkmif/src/rtl/mkmif_spi.v -- cgit v1.2.3