mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 13:19:05 +00:00
read_verilog, ast: use unified locations in errors and simplify dependencies
This commit is contained in:
parent
e6e680cd62
commit
42b5c14e35
7 changed files with 16 additions and 23 deletions
|
@ -7,6 +7,11 @@
|
|||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
#if ! defined(yyFlexLexerOnce)
|
||||
#define yyFlexLexer frontend_verilog_yyFlexLexer
|
||||
#include <FlexLexer.h>
|
||||
#endif
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
namespace VERILOG_FRONTEND {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue