#include "verilog_frontend.h"
#include "kernel/yosys.h"
#include "libs/sha1/sha1.h"
#include <stdarg.h>
Go to the source code of this file.
Definition at line 364 of file verilog_frontend.cc.
369 p += snprintf(p, buffer +
sizeof(buffer) - p,
"Parser error in line %s:%d: ",
372 p += vsnprintf(p, buffer +
sizeof(buffer) - p, fmt, ap);
374 p += snprintf(p, buffer +
sizeof(buffer) - p,
"\n");
#define YOSYS_NAMESPACE_PREFIX
void log_error(const char *format,...)
int frontend_verilog_yyget_lineno(void)
std::string current_filename
std::vector<std::string> verilog_defaults |
|
static |
std::list<std::vector<std::string> > verilog_defaults_stack |
|
static |