Visible to Intel only — GUID: pit1680271125196
Ixiasoft
Visible to Intel only — GUID: pit1680271125196
Ixiasoft
8.1.6. Accessing Configuration Parameters
Intel® Simics® target configuration parameters that are of string, integer, floating point, Boolean, nil, and list types can be accessed directly from CLI using the -> operator. The following capture shows an example of how these parameters can be accessed:
#Intel Simics simulator CLI simics> echo "Current project: " + (sim->project) Current project: /home/simicsUser/SimicsInstallDir/project-1 simics> sim->host_num_cpus 12
A nil attribute value is represented by NIL in CLI.