diff options
-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 |