Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
a2c37c91c9836429efe18a8bd6fd68bc656e32b7
/
.
/
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