From 2dc7cc2cb73399c364506bb2db8f03fe6902379b Mon Sep 17 00:00:00 2001 From: Valentina Fernandez Date: Thu, 16 Feb 2023 12:23:07 +0000 Subject: [PATCH] DRI_CCC_DEMO: use latest version of CCC SG core Update the PF_CCC_C1 configuration to use the latest version of the CCC. The * used tells the tools to use the latest compaitable version of the core so versions don't have to specified going forward. Signed-off-by: Valentina Fernandez --- .../additional_configurations/DRI_CCC_DEMO/PF_CCC_C1.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script_support/additional_configurations/DRI_CCC_DEMO/PF_CCC_C1.tcl b/script_support/additional_configurations/DRI_CCC_DEMO/PF_CCC_C1.tcl index c2a5d07..6eac3ad 100644 --- a/script_support/additional_configurations/DRI_CCC_DEMO/PF_CCC_C1.tcl +++ b/script_support/additional_configurations/DRI_CCC_DEMO/PF_CCC_C1.tcl @@ -2,7 +2,7 @@ # Family: PolarFireSoC # Part Number: MPFS250T_ES-FCVG484E # Create and Configure the core component PF_CCC_C0 -create_and_configure_core -core_vlnv {Actel:SgCore:PF_CCC:2.2.214} -component_name {PF_CCC_C1} -params {\ +create_and_configure_core -core_vlnv {Actel:SgCore:PF_CCC:*} -component_name {PF_CCC_C1} -params {\ "DLL_CLK_0_BANKCLK_EN:false" \ "DLL_CLK_0_DEDICATED_EN:false" \ "DLL_CLK_0_FABCLK_EN:false" \