From 05805e7933df2dc4f19fe6a4fca9425fa27ab09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Thu, 5 Jul 2018 13:22:25 +0200 Subject: We use the aes_speed core instead. --- toolruns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3