MatiasBjorling/flashsim

Does this extended flashsim depend on disksim?

Closed this issue · 5 comments

I know the origin flashsim is developed obove disksim, and I don't know what's the relations between the origin flashsim code and your new extended flashsim project code. Thank you!

Hi, it is not based on Disksim. It can be used standalone. It implements DFTL, BAST, and FAST FTL to be used for simulation.

Great!

I there any instruction for compile and run flashsim independent of disksim?

You will need to run make to compile it. It is not dependent on disksim.

after running makefile, it create several executable file such as "raid, biomodal, cfliptrace, ..." .
I wonder which one we should run for further testing and how can I force my own trace to them?