Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
2d385cc7e2587e3dc45238ee6fee25881581323f
/
.
/
libs
/
EXTERNAL
/
libblifparse
/
src
/
blif_lexer_fwd.hpp
blob: 5fa43bc5a92bcae6cc2fb5f41f8f1d2df35a0af5 [
file
] [
log
] [
blame
]
#ifndef
BLIF_LEXER_FWD_H
#define
BLIF_LEXER_FWD_H
//Forward declaration used by parser definition
namespace
blifparse
{
class
Lexer
;
}
#endif