ankitks Posted February 10, 2017 Report Share Posted February 10, 2017 I am looking at MultiSocketSimpleSwitchAT example, and I can't seem to figure out how to implement priority based request selection. For example, in this simple switch, if we get multiple request on a given time, I need a stage where after collecting all the requests I can arbitrate between request in Round Robin manner. In this example, it is just selecting first request that happens to execute. Any suggestion on how can I implement that. Thanks Quote Link to comment Share on other sites More sharing options...
ankitks Posted February 13, 2017 Author Report Share Posted February 13, 2017 Any help? Quote Link to comment Share on other sites More sharing options...
ankitks Posted February 15, 2017 Author Report Share Posted February 15, 2017 pinging again. Any suggestions? Quote Link to comment Share on other sites More sharing options...
deeku Posted February 17, 2017 Report Share Posted February 17, 2017 I am not able find mentioned example; i am checking in tlm2\TLM-2009-07-15\examples\tlm Quote Link to comment Share on other sites More sharing options...
ankitks Posted February 17, 2017 Author Report Share Posted February 17, 2017 It's in Regression library (separate download) at systemc-regressions-2.3.1a/tests/tlm/multi_sockets/MultiSocketSimpleSwitchAT.h: Quote Link to comment Share on other sites More sharing options...
apfitch Posted February 26, 2017 Report Share Posted February 26, 2017 I guess first you'd need to add an attribute (extension) to the generic payload to represent the priority. Then you could write a variant of the PEQ which takes into account that priority. regards Alan AmeyaVS 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.