2a3
> * Copyright (c) 2013 Cornell University
37a39
> * Christopher Torng
120a123,125
> // Register with the clock domain, so that if the clock domain
> // frequency changes, we can update this object's tick.
> clockDomain.registerWithClockDomain(this);
142a148,156
> * Update the tick to the current tick.
> *
> */
> inline void updateClockPeriod() const
> {
> update();
> }
>
> /**