Intel® Simics® Simulator for Intel® FPGAs: User Guide

ID 784383
Date 4/01/2024
Public
Document Table of Contents

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.