21.3.84 set_actel_lib_options

Description

This Tcl command enables you to choose the default library for your device, or to specify your own library. Enter the full pathname of your own library to use it for simulation.

set_actel_lib_options -use_default_sim_path {0|1} [-sim_path "path" ]

Arguments

ParameterTypeDescription
use_default_sim_pathbooleanEnables/Disables you to choose the default library for your device. This is mandatory. Valid values are:
  • TRUE, true, 1 - Uses the default simulation library.
  • FALSE, false, 0 - Disables the default simulation library; enables you to specify a different simulation library with the -sim_path {full pathname} option.
sim_pathstringSpecifies the full pathname to your simulation library. It is optional.

Error Codes

Error CodeDescription
NoneRequired parameter 'use_default_sim_path' is missing.

None

use_default_sim_path: Invalid argument value: 'value' (expecting TRUE, 1, true, FALSE, 0 or false).

None

Parameter 'param_name' is not defined. Valid command formatting is 'set_actel_lib_options -use_default_sim_path "TRUE | FALSE" [-sim_path "path"] '.

Supported Families

Supported Families
PolarFire®
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following example specifies "c:\sim_lib\test." as simulation library.

set_actel_lib_options -use_default_sim_path FALSE -sim_path {c:\sim_lib\test}

See Also