SimpleSSD / SimpleSSD-Standalone

Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
GNU General Public License v3.0
39 stars 30 forks source link

support SATA? #18

Closed sac2019 closed 3 years ago

sac2019 commented 4 years ago

Hi, I run SimpleSSD Standalone v2.0, when I set the interface for sata in sample.cfg config file, Interface = 2 I get this message in the output: Undefined interface specified. Does it support sata? I could run the same trace with the Interface = 2 (nvme) correctly.

thanks,,

kukdh1 commented 3 years ago

Hi,

Currently, SATA interface is only supported by SimpleSSD-FullSystem -- As I don't uses SATA and UFS, I did not implemented it and it has very low priority on implementation plan.

You can implement on your own by looking current NVMe interface (sil/nvme/*) and FullSystem (src/dev/storage/sata_interface.*).

Thanks.