A newer version of this document is available. Customers should click here to go to the newest version.
1. About This Document
2. Intel® Simics® Simulator and Virtual Platforms
3. Intel® Simics® Simulator for Intel® FPGAs Device Portfolio
4. Installing the Intel® Simics® Simulator for Intel® FPGAs
5. Getting Started with Intel® Simics® Simulator
6. Debugging Target Software
7. Networking with the Simulated Target System
8. Intel® Simics® Scripting
9. Software Debug Examples with Intel® Simics® Simulator
10. Document Revision History for Intel® Simics® Simulator for Intel FPGAs User Guide
A. Intel® Simics® Simulator Command Reference
5.3.1. Version of the Intel® Simics® Simulator for Intel FPGAs Software
5.3.2. Simulation Run Control from CLI
5.3.3. Intel® Simics® Simulator Command Scope
5.3.4. Intel® Simics® Simulator CLI Variables and Operations
5.3.5. Intel® Simics® Simulator CLI Command Completion and Command History
5.3.6. Intel® Simics® Command-Line Interface Help
5.3.7. Capture of CLI Session to a File
5.3.8. Intel® Simics® Simulator File Location and Intel® Simics® Search Path
5.2.1. Starting a Simulation from a Command Prompt
To start the simulation, use any of the following bash-shell script files available under the project directory:
Command | Description |
---|---|
simics | Launches Intel® Simics® simulator using the current host terminal as the Intel® Simics® simulator CLI. A GUI is also available, and another Intel® Simics® simulator CLI may be launched using this.
Call this command as follows:
./simics target_script.simics |
simics-gui | Launches Intel® Simics® simulator GUI. The Intel® Simics® simulator CLI can be launched from the GUI.
Call this command as follows:
./simics-gui target_script.simics |
simics -batch-mode | Launches the Intel® Simics® simulator in batch mode. In batch mode, the simulation runs in the background and no Intel® Simics® GUIs or terminals are displayed. Control the complete simulation flow from the Intel® Simics® target script. This mode is useful for automation purposes. For details about simulation setup, running control, self-check operations, error handling, and simulation exit condition in the Intel® Simics® target script, refer to Intel Simics Scripting,
Call this command as follows:
./simics -batch-mode target_script.simics |
simics-old | Launches an Intel® Simics® simulation similar to the simics script. Previously, Intel® Simics® simulation ran as a shell/batch application, but now, it runs as a Python application. The simics-old executable launches the Intel® Simics® simulation in the backward-compatibility mode as an alternative in case running the simulation as a Python application with the simics script fails. |