booksim / booksim2

BookSim 2.0
http://nocs.stanford.edu/booksim.html
Other
255 stars 158 forks source link

Working Routing Functions #13

Closed ben-marshall closed 7 years ago

ben-marshall commented 8 years ago

I'm using booksim2 and my own analysis code for a research project, and given the responses in issue #7, I wanted to ask which routing functions (as opposed to the actual routers) are known to be correctly implemented?

That is not to say I think they are broken! Just that potentially the code has been neglected, as with the Chaos router, and that this might cause odd results.

I am specifically interested in those functions applicable to two dimensional mesh networks. The two main ones I have been using are dim_order and min_adapt.

Thanks! :)

razzfazz commented 7 years ago

I believe these should be ok, but at the end of the day the best way to really establish that is to just study the code and run some tests yourself.