Sign in
◑
Theme
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
4d1052d5566dcc0659e0a2bd13f2fec48cf6076c
/
.
/
vpr
/
src
/
base
/
vpr_tatum_error.h
blob: 243f7b7bc4ace53cf45c3c2a4ee8859fa04f0387 [
file
]
#ifndef
VPR_TATUM_ERROR_H
#define
VPR_TATUM_ERROR_H
#include
<string>
#include
"tatum/error.hpp"
std
::
string
format_tatum_error
(
const
tatum
::
Error
&
error
);
#endif