aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtoolruns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolruns/Makefile b/toolruns/Makefile
index 9b890ad..6a37c41 100755
--- a/toolruns/Makefile
+++ b/toolruns/Makefile
@@ -37,7 +37,7 @@
#
#===================================================================
-AES_PATH = ../../../../core/cipher/aes/src/rtl
+AES_PATH = ../../../../core/cipher/aes_speed/src/rtl
AES_SRC = $(AES_PATH)/aes_core.v $(AES_PATH)/aes_decipher_block.v $(AES_PATH)/aes_encipher_block.v $(AES_PATH)/aes_inv_sbox.v $(AES_PATH)/aes_key_mem.v $(AES_PATH)/aes_sbox.v
MEM_SRC = ../src/rtl/keywrap_mem.v