Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
2854baa3881e8dfdc7ef53e888a83e8a4f3ef33c
/
.
/
vpr
/
src
/
base
/
vpr_tatum_error.h
blob: 243f7b7bc4ace53cf45c3c2a4ee8859fa04f0387 [
file
] [
log
] [
blame
]
#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