|
The Sparta Modeling Framework
|
Manages building a clock tree. More...
#include <cstdint>#include <list>#include <iostream>#include <memory>#include <string>#include "sparta/simulation/Clock.hpp"#include "sparta/kernel/Scheduler.hpp"#include "sparta/utils/SpartaAssert.hpp"Go to the source code of this file.
Classes | |
| class | sparta::ClockManager |
| Manages building a clock tree. More... | |
Namespaces | |
| namespace | sparta |
| Macros for handling exponential backoff. | |
Functions | |
| std::ostream & | sparta::operator<< (std::ostream &os, const ClockManager &m) |
Manages building a clock tree.
Definition in file ClockManager.hpp.