diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2018-07-05 13:22:25 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2018-07-05 13:22:25 +0200 |
commit | 05805e7933df2dc4f19fe6a4fca9425fa27ab09b (patch) | |
tree | 77c05e22962e955bf5ffb4cbe76d245bbe062f98 /toolruns/Makefile | |
parent | d912c9158124c35485538f8b02e2c81542ba7313 (diff) |
We use the aes_speed core instead.
Diffstat (limited to 'toolruns/Makefile')
-rwxr-xr-x | toolruns/Makefile | 2 |
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 |