rsd-devel / rsd

RSD: RISC-V Out-of-Order Superscalar Processor
Apache License 2.0
981 stars 98 forks source link

Meltdown on RSD processor #43

Closed Hsiang0816 closed 3 years ago

Hsiang0816 commented 3 years ago

Hi,

I am the master student from Taiwan. I'm currently studying the issue about meltdown attack. Because RSD processor is an out of order processor, I would like to ask whether this processor has any safety concerns about meltdown?

Thank you very much!

shioyadan commented 3 years ago

Hi,

RSD does not have any mechanism specifically designed to protect against such attacks. However, I think that RSD in its default configuration is unlikely to be vulnerable to such attacks because it is a relatively small out-of-order processor and has low cache miss latency. If you want such attacks to work on RSD, I recommend that you experiment with some of the above parameters modified (e.g., increasing the size of the ROB and memory access latency).