From c9918d1fa80a7fc6db27281cf562b711b35036a4 Mon Sep 17 00:00:00 2001 From: mtravaillard Date: Fri, 10 Apr 2026 14:52:47 +0200 Subject: [PATCH] set a path to the generated IP config file in cache --- cmake/ipxact/importer/ipxact_ip_importer.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/ipxact/importer/ipxact_ip_importer.cmake b/cmake/ipxact/importer/ipxact_ip_importer.cmake index d5049cf..34d1d0b 100644 --- a/cmake/ipxact/importer/ipxact_ip_importer.cmake +++ b/cmake/ipxact/importer/ipxact_ip_importer.cmake @@ -71,4 +71,6 @@ function(add_ip_from_ipxact COMP_XML) endif() set(IP ${IP} PARENT_SCOPE) + + set(${ip_vendor}__${ip_library}__${ip_name}_DIR "${ip_source_dir}" CACHE INTERNAL "" FORCE) endfunction()