aboutsummaryrefslogtreecommitdiff
path: root/config/config.cfg
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-05-17 17:47:03 +0200
committerPaul Selkirk <paul@psgd.org>2016-05-17 17:47:03 +0200
commit2f4a3aaf057b21a830112461d77bd4717ac41737 (patch)
treed03f88f4394f3179f80dc015540b8ffdd2d69fd1 /config/config.cfg
parent8b8b5d3fbe90e9164d9e692e4368e50ce77c2fbb (diff)
add the new mkmif core
Diffstat (limited to 'config/config.cfg')
-rw-r--r--config/config.cfg10
1 files changed, 10 insertions, 0 deletions
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