> Topologies and protocols are separate, but both involve slicc generated > objects. Since they can be intermixed, I think it makes sense for them both > to be at the same directory level from a configuration perspective.
Right, but if one is used at config time and one is used at build time, this doesn't hold. We try to keep all of the config time stuff in one place, otherwise you have trouble with sys.path. That addToPath thing that you did is really a bad hack and makes a lot of other things more difficult to do. In general we really don't want addToPath anywhere if we can help it. (i.e. configs should become a proper python package.) Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
