Re: [m5-dev] changeset in m5: style

2008-08-12 Thread Steve Reinhardt
On the topic of style violations, I've seen an increasing number of 'if(' and 'for(' (with no space) creeping in (see below). Another thing I've seen that irritates me (but isn't officially banned by the style code ... yet ...) is C++-style comments with no space between the // and the comment:

Re: [m5-dev] changeset in m5: style

2008-08-12 Thread nathan binkert
On the topic of style violations, I've seen an increasing number of 'if(' and 'for(' (with no space) creeping in (see below). Another thing I've seen that irritates me (but isn't officially banned by the style code ... yet ...) is C++-style comments with no space between the // and the

Re: [m5-dev] broadcast memory system packets

2008-08-12 Thread Steve Reinhardt
Right now the bus supports broadcast, but only for snooping. Also for future interconnects there isn't necessarily a plan to maintain broadcast capability (though of course if it's really needed then we would have to). Is there any particular reason (other than efficiency) why having the