Skip to content

Commit

Permalink
DRI_CCC_DEMO: use latest version of CCC SG core
Browse files Browse the repository at this point in the history
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 <valentina.fernandezalanis@microchip.com>
  • Loading branch information
vfalanis committed Feb 16, 2023
1 parent 29c9366 commit 2dc7cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 2dc7cc2

Please sign in to comment.