21.3.84 set_actel_lib_options
(Ask a Question)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
Parameter | Type | Description |
---|---|---|
use_default_sim_path | boolean | Enables/Disables you to choose the default library for your device. This is mandatory. Valid values are:
|
sim_path | string | Specifies the full pathname to your simulation library. It is optional. |
Error Codes
Error Code | Description |
---|---|
None | Required 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}