51a52,65
> void
> ClockDomain::regStats()
> {
> using namespace Stats;
>
> // Expose the current clock period as a stat for observability in
> // the dumps
> currentClock
> .scalar(_clockPeriod)
> .name(params()->name + ".clock")
> .desc("Clock period in ticks")
> ;
> }
>