CMU-SAFARI/MQSim

FLIN scheduler

Opened this issue · 6 comments

hi

does the MQSim support the FLIN scheduler?
why the .c and .h file of FLIN are commented in the source code of simulator?

Regards

Maybe because flin reduces performance

Hello @sac2019 and @HrithikSampson,
The FLIN source code was prepared before the official release of MQSim. The FLIN source should be refactored to be able to work with the current version of MQSim which has been majorly refactored and boosted with new features after the release.

Sir , Though,I am just an undergraduate student who read the code but I think if in nvm_transaction_flash.cpp if you change the constructor parameter corresponding to bool FLIN_barrier to true and carefully uncomment the code in tsu flin .h and .CPP it might work

On Tue, 28 Apr, 2020, 11:08 PM Arash Tavakkol, @.***> wrote: Hello @sac2019 https://github.com/sac2019 and @HrithikSampson https://github.com/HrithikSampson, The FLIN source code was prepared before the official release of MQSim. The FLIN source should be refactored to be able to work with the current version of MQSim which has been majorly refactored and boosted with new features after the release. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#36 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANLNWAZ5BDMN4CRS6R23TJLRO4IAJANCNFSM4J4M6HKA .

it doesn't work....