12#ifndef TIMING_INCLUDE_TIMING_FANOUTDESIGN_HPP_
13#define TIMING_INCLUDE_TIMING_FANOUTDESIGN_HPP_
23#include "uhal/DerivedNode.hpp"
46 std::string
get_status(
bool print_out =
false)
const override;
Base class for timing endpoint design nodes.
Base class for timing endpoint design nodes.
Class for timing fanout designs.
void configure(ClockSource clock_source) const override
Give info to collector.
uint32_t read_firmware_version() const override
Read firmware version.
void get_info(timingfirmwareinfo::TimingDeviceInfo &mon_data) const override
Give info to collector.
std::string get_status(bool print_out=false) const override
Get status string, optionally print.
FanoutDesign(const uhal::Node &node)
void validate_firmware_version() const override
Validate endpoint firmware version.
Base class for timing top design nodes with IO class.