Verilog to Routing - VPR
vpr_tatum_error.h
Go to the documentation of this file.
1 #ifndef VPR_TATUM_ERROR_H
2 #define VPR_TATUM_ERROR_H
3 #include <string>
4 #include "tatum/error.hpp"
5 
6 std::string format_tatum_error(const tatum::Error& error);
7 
8 #endif
std::string format_tatum_error(const tatum::Error &error)
Definition: vpr_tatum_error.cpp:4