Review Board 2.0.15


ruby: Fixes for RB3139 (move away from Consumer class)

Review Request #3143 - Created Oct. 1, 2015 and updated - Latest diff uploaded

Information
Yatin Manerkar
gem5
default
Reviewers
Default
Changeset 11156:80f4a6c2d290
---------------------------
ruby: Fixes for RB3139 (move away from Consumer class)

This patch contains fixes for bugs in RB3139. These fixes
(or equivalent) should be merged into RB3139 before it is
checked in.

The fixes are:

-Fix infinite loop on z_stalls due to extra "continue" statement
-Fix check_next_cycle and stallPort by having them take in
parameters for the message buffer they are to stall
-Fix code generation of Wakeup functions that breaks if message
buffers are associated with more than one input port