create-simics-nvme-comp ["name"] [bandwidth] disk_size
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.
simics-nvme-comp