ruby: consumer: pass on the current tick to wakeup() function
Review Request #3005 - Created Aug. 9, 2015 and discarded
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11032:95ddf324be85 --------------------------- ruby: consumer: pass on the current tick to wakeup() function This is to avoid calling clockEdge() sometimes.
Posted (Aug. 10, 2015, 7:32 a.m.)
I don't quite follow this patch. You say "This is to avoid calling clockEdge() sometimes.", is there another patch coming that removes some calls to clockEdge()? Or am I just missing them in this patch.
It doesn't seem very helpful to me to change this function, but maybe I'm missing something.
-
src/mem/ruby/network/garnet/flexible-pipeline/Router.cc (Diff revision 1) -
Misspelling: currTick->curTick
Posted (Aug. 13, 2015, 11:27 a.m.)
This patch is simply changing the API without making use of the new argument. Please post a full patch showing how this will be used, so proper reviews can be done.
Posted (Sept. 8, 2015, 5:22 p.m.)
Any more comments before it push this to the repo?
