pflib v3.12.0-1-g716e801
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
toa_vref_scan.h
1#pragma once
2#include "../pftool.h"
3
15void toa_vref_scan(Target* tgt);
encapulating a given setup's access rules
Definition Target.h:26
std::map< int, std::map< std::string, std::map< std::string, uint64_t > > > toa_vref_scan(Target *tgt, bool scan_all, bool write_csv, const std::string &csv_filepath)
Find TOA threshold voltage reference to align TOA values.
Definition toa_vref_scan.cxx:19
Shared declarations for all pftool menu commands.