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