chronon::sender::TickSimulation::ClockRuntime
Public Attributes
| Name | |
|---|---|
| std::vector< TickableUnit * > | units |
| uint64_t | next_cycle |
| const ClockDomain * | clock |
| std::vector< size_t > | cdc |
Public Attributes Documentation
variable units
std::vector< TickableUnit * > units;
variable next_cycle
uint64_t next_cycle = 0;
variable clock
const ClockDomain * clock = nullptr;
variable cdc
std::vector< size_t > cdc;
Updated on 2026-09-20 at 14:23:39 +0000