29#ifndef __MEM_RUBY_STRUCTURES_TIMERTABLE_HH__
30#define __MEM_RUBY_STRUCTURES_TIMERTABLE_HH__
69 void print(std::ostream& out)
const;
Consumer * m_consumer_ptr
Consumer to signal a wakeup()
TimerTable(const TimerTable &obj)
bool isReady(Tick curTime) const
bool isSet(Addr address) const
TimerTable & operator=(const TimerTable &obj)
void print(std::ostream &out) const
void setDescription(const std::string &name)
std::map< Addr, Tick > AddressMap
void setConsumer(Consumer *consumer_ptr)
std::ostream & operator<<(std::ostream &os, const BoolVec &myvector)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
uint64_t Tick
Tick count type.
const std::string & name()