create-signal-link create-simple-memory-module
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

create-simics-nvme-comp

Synopsis

create-simics-nvme-comp ["name"] [bandwidth] disk_size

Description

This command creates a non-instantiated component of the class simics_nvme_comp.

The class description for the simics_nvme_comp class: A generic NVMe device over PCIe with support for multiple namespaces. Namespaces can be added with the add_namespace command, before instantiating the component.

name is Optional
If not specified, the component will get a class-specific default name.

bandwidth is Optional
The read/write speed of the NVMe disk, provided in MB/s. 0 means instant read/write:s, which is the default value

disk_size is Required
The size of the underlying storage for the NVMe drive. The combined size of the namespaces added with the add_namespace command must not exceed this value.

Provided By

simics-nvme-comp
create-signal-link create-simple-memory-module