diff options
author | Paul Selkirk <paul@psgd.org> | 2019-01-22 20:07:17 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-01-22 20:07:17 -0500 |
commit | 53b9b7b418c0b5e4ed531d84f8a234e88d9bfe80 (patch) | |
tree | d554de91fd80e1443b88959d12e6bc04c7b4d236 /config | |
parent | 050237cf05b7bef2887a53b1dba1f6d95e2759ec (diff) | |
parent | 165585268fd95a80d848d4a4be6b965cda1088cc (diff) |
Rebase js_keywrap from masterjs_keywrap
Diffstat (limited to 'config')
-rw-r--r-- | config/core.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/core.cfg b/config/core.cfg index 70b86ab..6520393 100644 --- a/config/core.cfg +++ b/config/core.cfg @@ -90,6 +90,10 @@ cores = sha1 sha256 sha512 aes trng modexp modexp mkmif ecdsa256 ecdsa384 # for testing Joachim's keywrap core with RSA signing cores = mkmif sha256 aes trng modexp modexp ecdsa256 ecdsa384 keywrap +[project keywrap] +# for testing Joachim's keywrap core with RSA signing +cores = mkmif sha256 aes trng modexp modexp ecdsa256 ecdsa384 keywrap + # [core] sections # # vfiles: A list of Verilog files to include in the vfiles list when |