blob: ee86cbed002e9ff7b2ffa1069a117cb4d4919942 [file] [log] [blame]
#ifndef VERIFY_HPP
#define VERIFY_HPP
#include <memory>
#include "tatum/timing_analyzers_fwd.hpp"
#include "tatum/TimingGraphFwd.hpp"
#include "golden_reference.hpp"
std::pair<size_t,bool> verify_analyzer(const tatum::TimingGraph& tg, std::shared_ptr<tatum::TimingAnalyzer> analyzer, GoldenReference& gr);
#endif