ruby: cluster topology config fix
Review Request #2224 - Created April 9, 2014 and updated
| Information | |
|---|---|
| Malek Musleh | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10158:97c7a8d9ea1e --------------------------- ruby: cluster topology config fix This patch adds a missing member function, and updates the ruby config file to include the list of controllers for the Cluster topology. Previously the list of controllers was not being passed to the topology.
Issue Summary
2
1
1
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| I am not in favour of adding such ad hoc checks to the config file. | Nilay Vaish | April 10, 2014, 9:58 a.m. | Open |
Posted (April 10, 2014, 7:12 a.m.)
-
configs/topologies/Cluster.py (Diff revision 1) -
Can you explain the reason for this change in more detail? The way we use this topology (in gem5-gpu) is like this: gpu_cluster = Cluster() for i in xrange(number of CUs): ... gpu_cluster.add(l1_cntrl) And similarly for the CPU cluster. At a minimum, could you change this so that controllers defaults to the empty list? This way current code which uses the cluster topology will still work.
Review request changed
Updated (April 10, 2014, 9:17 a.m.)
Summary: |
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
||||||||||||||||||
Diff: |
Revision 2 (+5 -1) |
Ship It!
Ship It!
Posted (April 10, 2014, 9:58 a.m.)
-
configs/ruby/Ruby.py (Diff revision 2) -
I am not in favour of adding such ad hoc checks to the config file.
