diff options
author | Paul Selkirk <paul@psgd.org> | 2015-11-14 19:32:29 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-11-14 19:32:29 -0500 |
commit | 56d98484eb3ae2d7bfcca0676ae53890bd893086 (patch) | |
tree | f3c503453a56dc97db1c01130ed4b821ebf60ae9 /config/config.cfg | |
parent | b1e661bf4f8a715743222977067c1cf560408b40 (diff) |
Catch up with other branch merges.
- All cores use active-low reset now.
- TRNG cores are contiguous (but they still have their own mux, so occupy
a block of 16 cores).
- Use modexps6 instead of modexp.
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 |