From cc268c2efb4b2cce5ecd0e74e86aac3b9248d07f Mon Sep 17 00:00:00 2001 From: tmeissner Date: Fri, 17 Jul 2020 16:43:46 +0200 Subject: [PATCH] Fix osvvm path --- aes/sim/vhdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes/sim/vhdl/Makefile b/aes/sim/vhdl/Makefile index acd0f51..78cc056 100644 --- a/aes/sim/vhdl/Makefile +++ b/aes/sim/vhdl/Makefile @@ -26,7 +26,7 @@ RTL_SRC := \ SIM_SRC := tb_aes.vhd C_SRC := tb_aes.c -OSVVM_SRC := ../../../lib/OSVVM +OSVVM_SRC := ../../../lib/osvvm VHD_STD := 08