diff options
Diffstat (limited to 'config/config.cfg')
-rw-r--r-- | config/config.cfg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/config.cfg b/config/config.cfg index 7e4571c..f42813e 100644 --- a/config/config.cfg +++ b/config/config.cfg @@ -17,8 +17,6 @@ # file, and has no effect at all if an instance of a core named here # is already included in the build. # -# reset_high: boolean indicating whether the core uses active reset. -# # error_wire: boolean indicating whether the core wants a error wire. # # block_memory: boolean indicating whether the core uses block memory. @@ -40,7 +38,7 @@ cores = trng cores = modexp [rsa] -cores = sha256 aes trng modexp +cores = sha256 aes trng modexps6 [multi-test] cores = sha256 aes aes chacha aes @@ -97,7 +95,6 @@ vfiles = [modexps6] block_memory = yes -reset_high = yes error_wire = no vfiles = math/modexps6/src/rtl/modexps6_adder64_carry32.v |