Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
031e8d9a9ab5c0ccd1a84ad2d7e79d509f0eba6d
/
.
/
libsdcparse
/
src
/
sdc_error.hpp
blob: 7f554625ea525af6756bec3bdc381a784b7a0d22 [
file
] [
log
] [
blame
]
#ifndef
SDC_ERROR_H
#define
SDC_ERROR_H
#include
"sdcparse.hpp"
namespace
sdcparse
{
void
sdc_error_wrap
(
Callback
&
callback
,
const
int
line_no
,
const
std
::
string
&
near_text
,
const
char
*
fmt
,
...);
}
#endif