aboutsummaryrefslogtreecommitdiff
path: root/rtl/patches/01-config-cores.patch
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-05 00:47:00 -0400
committerRob Austein <sra@hactrn.net>2015-07-05 00:47:00 -0400
commitde6d17659a4308b2313e633b0bf5f62946bbd741 (patch)
tree32c2500cf2967f05a5d482494a5847a926592d1e /rtl/patches/01-config-cores.patch
parent3101c2147524d485c505a0710d38ca19655a7016 (diff)
Rearrange tree to make filenames in source packages come out right.
Diffstat (limited to 'rtl/patches/01-config-cores.patch')
-rw-r--r--rtl/patches/01-config-cores.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/rtl/patches/01-config-cores.patch b/rtl/patches/01-config-cores.patch
deleted file mode 100644
index 245e8a3..0000000
--- a/rtl/patches/01-config-cores.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: configure core selectors for cryptech dnssec signer
-
---- core/platform/common/core_selector/src/rtl/cipher_selector.v~
-+++ core/platform/common/core_selector/src/rtl/cipher_selector.v
-@@ -67,7 +67,7 @@ module cipher_selector
- //----------------------------------------------------------------
- // Comment following lines to exclude cores from implementation.
- `define USE_CORE_AES
-- `define USE_CORE_CHACHA
-+// `define USE_CORE_CHACHA
-
-
- //----------------------------------------------------------------
---- core/platform/common/core_selector/src/rtl/hash_selector.v~
-+++ core/platform/common/core_selector/src/rtl/hash_selector.v
-@@ -125,9 +125,9 @@ XXX move to `define in wrapper core??
- // List of Available Cores
- //----------------------------------------------------------------
- // Comment following lines to exclude cores from implementation.
-- `define USE_CORE_SHA1
-+// `define USE_CORE_SHA1
- `define USE_CORE_SHA256
-- `define USE_CORE_SHA512
-+// `define USE_CORE_SHA512
-
-
- //----------------------------------------------------------------