You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
548 B
INI
20 lines
548 B
INI
2 months ago
|
*************************************************
|
||
|
|
||
|
#Installation Flow
|
||
|
#-----------------
|
||
|
USER_INPUT_RESULT_1=1
|
||
|
USER_INPUT_RESULT_2=0
|
||
|
USER_INPUT_RESULT_3=0
|
||
|
|
||
|
#Choose Install Directory
|
||
|
USER_INSTALL_DIR=/opt/microchip/Libero_SoC_v2024.1
|
||
|
USER_COMMON_DIR=/opt/microchip/common
|
||
|
|
||
|
#Choose Install Set
|
||
|
#------------------
|
||
|
CHOSEN_FEATURE_LIST=Libero,Synplify,ModelsimPro,QuestaSim,Identify,SmartHLS
|
||
|
CHOSEN_INSTALL_FEATURE_LIST=Libero,Synplify,ModelsimPro,QuestaSim,Identify,SmartHLS
|
||
|
CHOSEN_INSTALL_SET=Custom
|
||
|
|
||
|
************************************************
|