SYNOPSIS
project-setup [options] [project]
DESCRIPTION
Creates or updates a Simics project for user scripts and modules. If project directory is omitted, the current working directory is used.
OPTIONS
-h, --help
Show help message and exit.-v, --version
Prints information about Simics (version, installation directory).-V, --verbose
Print more information about the actions taken by the script.-n, --dry-run
Execute normally, but do not change or create any files.--ignore-existing-files
Suppress warnings when creating a new project using a directory that is not empty.--package-list
Provide an explicit list of add-on packages for the project. Each line must be an absolute path for an add-on package. A project-local.package-list
file will be created.--ignore-cygwin-warning
(Windows-only) Prevent the script from checking whether the project directory looks like a Cygwin path or not.--force
Force the project-setup script to create or update a project. Files that would be overwritten will be backed up automatically.--check-project-version
Check the version of the project, and return 1 if it needs to be created or updated, 0 otherwise.--with-cmake
Create a project with CMake support.--without-cmake
Create a project without CMake support (Default).--with-gmake
Create a project with GNU Make support (Default).--without-gmake
Create a project without GNU Make support.