yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ilang_frontend.cc File Reference
#include "ilang_frontend.h"
#include "kernel/register.h"
#include "kernel/log.h"
+ Include dependency graph for ilang_frontend.cc:

Go to the source code of this file.

Data Structures

struct  IlangFrontend
 

Functions

void rtlil_frontend_ilang_yyerror (char const *s)
 

Variables

IlangFrontend IlangFrontend
 

Function Documentation

void rtlil_frontend_ilang_yyerror ( char const *  s)

Definition at line 29 of file ilang_frontend.cc.

30 {
31  YOSYS_NAMESPACE_PREFIX log_error("Parser error in line %d: %s\n", rtlil_frontend_ilang_yyget_lineno(), s);
32 }
#define YOSYS_NAMESPACE_PREFIX
Definition: yosys.h:101
void log_error(const char *format,...)
Definition: log.cc:204
int rtlil_frontend_ilang_yyget_lineno(void)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation