[aes/dv/aes_model_dpi] Add dependency for AES model
This commit adds the dependency of the AES C model to the DPI model.
Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
diff --git a/hw/ip/aes/dv/aes_model_dpi/aes_model_dpi.core b/hw/ip/aes/dv/aes_model_dpi/aes_model_dpi.core
index 22176c7..00cb770 100644
--- a/hw/ip/aes/dv/aes_model_dpi/aes_model_dpi.core
+++ b/hw/ip/aes/dv/aes_model_dpi/aes_model_dpi.core
@@ -6,6 +6,9 @@
description: "AES model DPI"
filesets:
files_dv:
+ depend:
+ - lowrisc:model:aes:0.5
+
files:
# Note: VCS needs the c/h-files to be treated as systemVerilogSource
- aes_model_dpi.c: { file_type: systemVerilogSource}