Review Board 2.0.15


Ruby: Remove assert in RubyPort retry list logic

Review Request #2911 - Created June 23, 2015 and submitted

Information
Jason Lowe-Power
gem5
default
Reviewers
Default
Changeset 10875:e15eea749253
---------------------------
Ruby: Remove assert in RubyPort retry list logic

Remove the assert when adding a port to the RubyPort retry list.
Instead of asserting, just ignore the added port, since it's
already on the list.
Without this patch, Ruby+detailed fails for even the simplest tests

build/X86_MESI_Two_Level/gem5.debug configs/example/se.py --cpu-type=detailed --ruby -c tests/test-progs/hello/bin/x86/linux/hello now runs to completion.

Note: this is compatible (and required) with http://reviews.gem5.org/r/2787/ as well.

Issue Summary

1 0 0 1
Review request changed
Updated (June 25, 2015, 10:02 a.m.)

Status: Closed (submitted)