> - Let's create a uint64_t typedef called CycleCount (or maybe CycleCounter).
I've been lurking, but I'd vote for having a real object wrapper instead of a typedef. This will make it much more difficult to assign ticks to clocks. I'd even consider going so far as to have it templated (or declared perhaps using a template within a container class) so that the CycleCount for one object is different from the cycle count of another. Nate _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
